[SCM] vlc/master: Remove obsolete preinsta script

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Oct 12 17:36:31 UTC 2016


The following commit has been merged in the master branch:
commit 6ae319901db2436422193b7d1877ec258a0d7c6d
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Wed Oct 12 01:37:03 2016 +0200

    Remove obsolete preinsta script

diff --git a/debian/vlc-nox.preinst b/debian/vlc-nox.preinst
deleted file mode 100644
index 982eaf7..0000000
--- a/debian/vlc-nox.preinst
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-set -e
-
-case "$1" in
-	upgrade)
-		# Make sure /usr/share/doc/vlc-nox doesn't exist or is not a symlink
-		# before the unpacking (which will put the directory back) - #665743
-		if dpkg --compare-versions "$2" le "2.0.1-3" && test -L "/usr/share/doc/vlc-nox"; then
-			rm /usr/share/doc/vlc-nox
-		fi
-		;;
-esac
-
-#DEBHELPER#

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list