postinst/rm

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2025-03-06 13:50:40 +00:00
committed by Gitee
parent 905a642811
commit b0aa469684
2 changed files with 6 additions and 6 deletions

View File

@@ -3,8 +3,8 @@ PACKAGE_NAME="$DPKG_MAINTSCRIPT_PACKAGE"
if [ "${PACKAGE_NAME}" = "cn.flamescion.bookworm-compatibility-mode" ];then
PACKAGE_NAME=amber-ce-bookworm # 为了后面正确清理
systemctl stop ace-bookworm-auto-upgrade
systemctl disable ace-bookworm-auto-upgrade
systemctl stop amber-ce-bookworm-auto-upgrade
systemctl disable amber-ce-bookworm-auto-upgrade
fi