uninstaller

This commit is contained in:
2023-11-12 14:58:55 +08:00
parent a3e9fa3fc8
commit 027b521b45
9 changed files with 72 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ if [ "$1" = "remove" ] || [ "$1" = "purge" ];then
if [ "$PACKAGE_NAME" = "cn.flamescion.bookworm-compatibility-mode" ];then
unlink /usr/bin/bookworm-run
unlink /usr/bin/ace-uninstall-helper
unlink /usr/bin/ace-uninstall-helper-gui
fi
echo "清理卸载残留"