Now change to ACE Bookworm

This commit is contained in:
2024-03-23 13:40:19 +08:00
parent d74b603469
commit 24fe84d5be
47 changed files with 64 additions and 52 deletions

View File

@@ -1,9 +1,9 @@
#!/bin/bash
PACKAGE_NAME="$DPKG_MAINTSCRIPT_PACKAGE"
if [ "${PACKAGE_NAME}" = "cn.flamescion.bookworm-compatibility-mode" ];then
systemctl stop ace-auto-upgrade
systemctl disable ace-auto-upgrade
if [ "${PACKAGE_NAME}" = "amber-ce-bookworm" ];then
systemctl stop ace-bookworm-auto-upgrade
systemctl disable ace-bookworm-auto-upgrade
fi