From 0e407ed4d44c6fbc7dfa1757efd716d5dc8ff0f0 Mon Sep 17 00:00:00 2001 From: shenmo Date: Sun, 5 Apr 2026 12:54:35 +0800 Subject: [PATCH] =?UTF-8?q?dummy=20=E5=AE=89=E8=A3=85=E5=90=8E=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=20override?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apm-dummy/DEBIAN/control | 2 +- apm-dummy/DEBIAN/postinst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/apm-dummy/DEBIAN/control b/apm-dummy/DEBIAN/control index dfba845..9c7187e 100755 --- a/apm-dummy/DEBIAN/control +++ b/apm-dummy/DEBIAN/control @@ -3,7 +3,7 @@ Version: 1.1.4 Maintainer: shenmo Priority: optional Section: utils -Installed-Size: 72 +Installed-Size: 76 Description: A empty package to satisfy depends--Also,manage in-apm-runtime cloud configs Architecture: all Homepage: https://shenmo7192.gitee.io/ diff --git a/apm-dummy/DEBIAN/postinst b/apm-dummy/DEBIAN/postinst index 59dcc04..073a65f 100755 --- a/apm-dummy/DEBIAN/postinst +++ b/apm-dummy/DEBIAN/postinst @@ -8,6 +8,9 @@ case "$1" in amber-pm-base-overrider ;; + *) + amber-pm-base-overrider + ;; esac