Skip to content

Commit e7ed52a

Browse files
remove more MMT leftovers
1 parent 0a71863 commit e7ed52a

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

magiskmodule/uninstall.sh

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,3 @@
99
VIPERFXPACKAGE="com.pittvandewitt.viperfx"
1010
pm uninstall -k "$VIPERFXPACKAGE"
1111
) &
12-
13-
# Don't modify anything after this
14-
if [ -f $INFO ]; then
15-
while read LINE; do
16-
if [ "$(echo -n $LINE | tail -c 1)" == "~" ]; then
17-
continue
18-
elif [ -f "$LINE~" ]; then
19-
mv -f $LINE~ $LINE
20-
else
21-
rm -f $LINE
22-
while true; do
23-
LINE=$(dirname $LINE)
24-
[ "$(ls -A $LINE 2>/dev/null)" ] && break 1 || rm -rf $LINE
25-
done
26-
fi
27-
done < $INFO
28-
rm -f $INFO
29-
fi

0 commit comments

Comments
 (0)