From 6ce9729580541a6d608fbd9e9aa6e7ab0634ccec Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Mon, 16 Feb 2015 14:04:13 +0100 Subject: [PATCH] Add DEBHELPER tokens to maintainer script. dh_* tools insert their scripts there. Signed-off-by: Wido den Hollander --- debian/cloudstack-agent.postinst | 2 +- debian/cloudstack-management.postinst | 2 ++ debian/cloudstack-usage.postinst | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/cloudstack-agent.postinst b/debian/cloudstack-agent.postinst index 01aaef60a67..2a938ad2a9a 100644 --- a/debian/cloudstack-agent.postinst +++ b/debian/cloudstack-agent.postinst @@ -44,4 +44,4 @@ case "$1" in ;; esac -exit 0 +#DEBHELPER# diff --git a/debian/cloudstack-management.postinst b/debian/cloudstack-management.postinst index 366ccc12fa1..2a16bc49653 100644 --- a/debian/cloudstack-management.postinst +++ b/debian/cloudstack-management.postinst @@ -56,3 +56,5 @@ if [ "$1" = configure ]; then chgrp cloud /etc/cloudstack/management/db.properties service tomcat6 stop || true fi + +#DEBHELPER# diff --git a/debian/cloudstack-usage.postinst b/debian/cloudstack-usage.postinst index 8a475c44069..9452d397e4c 100644 --- a/debian/cloudstack-usage.postinst +++ b/debian/cloudstack-usage.postinst @@ -46,4 +46,4 @@ case "$1" in ;; esac -exit 0 +#DEBHELPER#