You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2015/03/05 16:27:23 UTC

[05/13] git commit: updated refs/heads/master to 8e5fefc

Add DEBHELPER tokens to maintainer script.

dh_* tools insert their scripts there.

Signed-off-by: Wido den Hollander <wi...@widodh.nl>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6ce97295
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6ce97295
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6ce97295

Branch: refs/heads/master
Commit: 6ce9729580541a6d608fbd9e9aa6e7ab0634ccec
Parents: 01e28a3
Author: Felix Geyer <fe...@credativ.de>
Authored: Mon Feb 16 14:04:13 2015 +0100
Committer: Wido den Hollander <wi...@widodh.nl>
Committed: Thu Mar 5 14:35:53 2015 +0100

----------------------------------------------------------------------
 debian/cloudstack-agent.postinst      | 2 +-
 debian/cloudstack-management.postinst | 2 ++
 debian/cloudstack-usage.postinst      | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6ce97295/debian/cloudstack-agent.postinst
----------------------------------------------------------------------
diff --git a/debian/cloudstack-agent.postinst b/debian/cloudstack-agent.postinst
index 01aaef6..2a938ad 100644
--- a/debian/cloudstack-agent.postinst
+++ b/debian/cloudstack-agent.postinst
@@ -44,4 +44,4 @@ case "$1" in
         ;;
 esac
 
-exit 0
+#DEBHELPER#

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6ce97295/debian/cloudstack-management.postinst
----------------------------------------------------------------------
diff --git a/debian/cloudstack-management.postinst b/debian/cloudstack-management.postinst
index 366ccc1..2a16bc4 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#

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6ce97295/debian/cloudstack-usage.postinst
----------------------------------------------------------------------
diff --git a/debian/cloudstack-usage.postinst b/debian/cloudstack-usage.postinst
index 8a475c4..9452d39 100644
--- a/debian/cloudstack-usage.postinst
+++ b/debian/cloudstack-usage.postinst
@@ -46,4 +46,4 @@ case "$1" in
         ;;
 esac
 
-exit 0
+#DEBHELPER#