[SCM] rubberband/master: Added preinst script.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Aug 25 18:41:49 UTC 2013


The following commit has been merged in the master branch:
commit 01ca54a375927041da5d441609bdb2b8e3b1d2b5
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Aug 25 20:31:00 2013 +0200

    Added preinst script.

diff --git a/debian/changelog b/debian/changelog
index 805e783..d72499d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rubberband (1.8.1-4) unstable; urgency=low
+
+  * Fix build on armel 2nd attempt.
+
+ -- Jaromír Mikeš <mira.mikes at seznam.cz>  Sun, 25 Aug 2013 20:30:37 +0200
+
 rubberband (1.8.1-3) unstable; urgency=low
 
   * Fix build on armel 2nd attempt.
diff --git a/debian/preinst b/debian/preinst
new file mode 100755
index 0000000..f87f835
--- /dev/null
+++ b/debian/preinst
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+DOCDIR=/usr/share/doc/rubberband-cli
+
+if [ -L $DOCDIR ]; then
+	rm $DOCDIR
+fi

-- 
rubberband packaging



More information about the pkg-multimedia-commits mailing list