postinst: ensure pve-daily-upgrade timer gets started on transition

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Acked-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-03-13 12:12:45 +01:00
parent aee71a6c14
commit 01cb33c24b

2
debian/postinst vendored
View File

@ -93,6 +93,8 @@ case "$1" in
# remove old/unused init.d files
OLD_INITD_FILES="pvebanner pvenetcommit pve-manager pvedaemon pveproxy pvestatd spiceproxy"
for f in ${OLD_INITD_FILES}; do rm -f "/etc/init.d/$f"; done
deb-systemd-invoke start pve-daily-update.timer
fi
fi
;;