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