[SCM] vlc/master: Remove obsolete maintainer scripts
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Tue Oct 27 22:56:04 UTC 2015
The following commit has been merged in the master branch:
commit af137ce7c1835eff7933ffa98885795a3400e92b
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Tue Oct 27 23:44:00 2015 +0100
Remove obsolete maintainer scripts
diff --git a/debian/vlc-data.maintscript b/debian/vlc-data.maintscript
deleted file mode 100644
index f8126ba..0000000
--- a/debian/vlc-data.maintscript
+++ /dev/null
@@ -1,2 +0,0 @@
-rm_conffile /etc/vlc/lua/http/dialogs/.hosts 2.1.1
-rm_conffile /etc/vlc/lua/http/.hosts 2.1.1
diff --git a/debian/vlc.postinst b/debian/vlc.postinst
deleted file mode 100644
index a208a85..0000000
--- a/debian/vlc.postinst
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-set -e
-
-# Replace documentation directory with symlink
-docdir="/usr/share/doc/vlc"
-if [ -d $docdir ] && [ ! -L $docdir ]; then
- if rmdir $docdir 2>/dev/null; then
- ln -sf vlc-nox $docdir
- fi
-fi
-
-#DEBHELPER#
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list