feat: ace-uninstall-helper

This commit is contained in:
2023-11-11 20:09:32 +08:00
parent 6d2036b3fe
commit 756c0ac310
4 changed files with 85 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ PACKAGE_NAME="$DPKG_MAINTSCRIPT_PACKAGE"
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
fi
echo "清理卸载残留"