[SCM] gmusicbrowser packaging branch, master, updated. debian/1.0.1-1-9-g27b4fc1

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Wed Jan 20 09:13:16 UTC 2010


The following commit has been merged in the master branch:
commit 27b4fc10f0eef37d618cf85544fec1d5f79dbbc5
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Wed Jan 20 10:13:10 2010 +0100

    Fix post{inst,rm} scripts.

diff --git a/debian/postinst b/debian/postinst
index aca19b2..f26c0f8 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -1,5 +1,9 @@
 #!/bin/sh -e
 
+set -e
+
 if test -x /usr/bin/update-menus; then update-menus; fi
 
 #DEBHELPER#
+
+exit 0
diff --git a/debian/postrm b/debian/postrm
index aca19b2..f26c0f8 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -1,5 +1,9 @@
 #!/bin/sh -e
 
+set -e
+
 if test -x /usr/bin/update-menus; then update-menus; fi
 
 #DEBHELPER#
+
+exit 0

-- 
gmusicbrowser packaging



More information about the pkg-multimedia-commits mailing list