Skip to content

Commit be083f0

Browse files
committed
Minor fix
1 parent afb1ebe commit be083f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zip-content/scripts/uninstall.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ delete_folder_content_silent()
100100
INTERNAL_MEMORY_PATH='/sdcard0'
101101
if test -e '/mnt/sdcard'; then INTERNAL_MEMORY_PATH='/mnt/sdcard'; fi
102102

103+
delete "${SYS_PATH:?}"/addon.d/*-google-sync.sh
104+
103105
uninstall_list | while IFS='|' read -r FILENAME INTERNAL_NAME _; do
104106
if test -n "${INTERNAL_NAME}"; then
105107
delete "${SYS_PATH:?}/${PRIVAPP_DIRNAME:?}/${INTERNAL_NAME}"

0 commit comments

Comments
 (0)