Skip to content

Commit 6ce9729

Browse files
cd-fgewido
authored andcommitted
Add DEBHELPER tokens to maintainer script.
dh_* tools insert their scripts there. Signed-off-by: Wido den Hollander <wido@widodh.nl>
1 parent 01e28a3 commit 6ce9729

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

debian/cloudstack-agent.postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ case "$1" in
4444
;;
4545
esac
4646

47-
exit 0
47+
#DEBHELPER#

debian/cloudstack-management.postinst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ if [ "$1" = configure ]; then
5656
chgrp cloud /etc/cloudstack/management/db.properties
5757
service tomcat6 stop || true
5858
fi
59+
60+
#DEBHELPER#

debian/cloudstack-usage.postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ case "$1" in
4646
;;
4747
esac
4848

49-
exit 0
49+
#DEBHELPER#

0 commit comments

Comments
 (0)