]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
re-add #DEBHELPER# code to postinst
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 12 Jan 2016 09:37:50 +0000 (10:37 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 12 Jan 2016 09:37:50 +0000 (10:37 +0100)
otherwise the services are not re-started correctly!

debian/postinst

index e966057ca4f65fe6ba7ec5a94c0fccffd8a53087..667888d6adc62dfdbe1bea817d13b7124397f22f 100755 (executable)
@@ -46,5 +46,9 @@ case "$1" in
 
 esac
 
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
 
 exit 0