mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-10 07:13:28 +01:00
10 lines
194 B
Bash
10 lines
194 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
# UninstallPlugin.sh
|
||
|
|
# AltStore
|
||
|
|
#
|
||
|
|
# Created by Riley Testut on 11/16/19.
|
||
|
|
# Copyright © 2019 Riley Testut. All rights reserved.
|
||
|
|
|
||
|
|
rm -rf /Library/Mail/Bundles/AltPlugin.mailbundle
|