We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb1ebe commit be083f0Copy full SHA for be083f0
zip-content/scripts/uninstall.sh
@@ -100,6 +100,8 @@ delete_folder_content_silent()
100
INTERNAL_MEMORY_PATH='/sdcard0'
101
if test -e '/mnt/sdcard'; then INTERNAL_MEMORY_PATH='/mnt/sdcard'; fi
102
103
+delete "${SYS_PATH:?}"/addon.d/*-google-sync.sh
104
+
105
uninstall_list | while IFS='|' read -r FILENAME INTERNAL_NAME _; do
106
if test -n "${INTERNAL_NAME}"; then
107
delete "${SYS_PATH:?}/${PRIVAPP_DIRNAME:?}/${INTERNAL_NAME}"
0 commit comments