remove debugging code from postrm
This commit is contained in:
parent
107e872ac7
commit
5b804fcf24
2
debian/postrm
vendored
2
debian/postrm
vendored
@ -25,7 +25,6 @@ systemctl --system daemon-reload >/dev/null || true
|
||||
PVESERVICES="pvedaemon pveproxy spiceproxy pvestatd pvebanner pvenetcommit pve-manager"
|
||||
if [ "$1" = "remove" ]; then
|
||||
for service in ${PVESERVICES}; do
|
||||
echo "REMOVETEST $service";
|
||||
if [ -x "/usr/bin/deb-systemd-helper" ]; then
|
||||
deb-systemd-helper mask $service.service >/dev/null
|
||||
fi
|
||||
@ -34,7 +33,6 @@ fi
|
||||
|
||||
if [ "$1" = purge ]; then
|
||||
for service in ${PVESERVICES}; do
|
||||
echo "PURGETEST $service";
|
||||
if [ -x "/usr/bin/deb-systemd-helper" ]; then
|
||||
deb-systemd-helper purge $service.service >/dev/null
|
||||
deb-systemd-helper unmask $service.service >/dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user