You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
Initial
This commit is contained in:
9
module/uninstall.sh
Normal file
9
module/uninstall.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
MODDIR="/data/adb/tricky_store"
|
||||
# Remove residue and restore original keybox.
|
||||
MODPATH=${0%/*}
|
||||
rm -rf "$MODDIR/target_list_config"
|
||||
rm -f "$MODDIR/UpdateTargetList.sh"
|
||||
if [ -f "$MODPATH/common/origkeybox" ]; then
|
||||
rm -f "$MODDIR/keybox.xml"
|
||||
mv "$MODPATH/common/origkeybox" "$MODDIR/keybox.xml"
|
||||
fi
|
||||
Reference in New Issue
Block a user