[SCM] VLC media player packaging branch, experimental, updated. debian/1.0.6-1-32-gae1a772

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Thu Jun 17 00:18:37 UTC 2010


The following commit has been merged in the experimental branch:
commit c1c05f2caf5a8ed1c294d7d3c99fadd144d00266
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Thu Jun 17 01:25:59 2010 +0200

    Fix maintainer scripts

diff --git a/debian/vlc-nox.postinst b/debian/vlc-nox.postinst
index 4cbaba3..a7662c1 100644
--- a/debian/vlc-nox.postinst
+++ b/debian/vlc-nox.postinst
@@ -1,4 +1,5 @@
-#! /bin/sh -e
+#! /bin/sh
+set -e
 
 case "$1" in
 	triggered|configure)
@@ -7,3 +8,5 @@ case "$1" in
 		/usr/lib/vlc/vlc-cache-gen /usr/lib/vlc/plugins
 		;;
 esac
+
+#DEBHELPER#
diff --git a/debian/vlc-nox.prerm b/debian/vlc-nox.prerm
index be9ed72..16f4fe7 100644
--- a/debian/vlc-nox.prerm
+++ b/debian/vlc-nox.prerm
@@ -1,3 +1,6 @@
-#! /bin/sh -e
+#! /bin/sh
+set -e
 
 rm -f /usr/lib/vlc/plugins/plugins-*
+
+#DEBHELPER#

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list