mirror of https://github.com/apache/cloudstack.git
Add DEBHELPER tokens to maintainer script.
dh_* tools insert their scripts there. Signed-off-by: Wido den Hollander <wido@widodh.nl>
This commit is contained in:
parent
01e28a31bc
commit
6ce9729580
|
|
@ -44,4 +44,4 @@ case "$1" in
|
|||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
#DEBHELPER#
|
||||
|
|
|
|||
|
|
@ -56,3 +56,5 @@ if [ "$1" = configure ]; then
|
|||
chgrp cloud /etc/cloudstack/management/db.properties
|
||||
service tomcat6 stop || true
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
|
|
|||
|
|
@ -46,4 +46,4 @@ case "$1" in
|
|||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
#DEBHELPER#
|
||||
|
|
|
|||
Loading…
Reference in New Issue