[SCM] vlc/master: Remove old files

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sat Oct 15 16:50:39 UTC 2016


The following commit has been merged in the master branch:
commit f3611b2700d26ec8902a226305a45c95fd4769d1
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Oct 15 18:05:18 2016 +0200

    Remove old files

diff --git a/debian/libvlc-bin.postinst b/debian/libvlc-bin.postinst
deleted file mode 100644
index 8e47187..0000000
--- a/debian/libvlc-bin.postinst
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-set -e
-
-run_vlc_cache_gen() {
-    if ! /usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins ; then
-        echo "WARNING: Regenerating VLC plugin cache failed."
-        echo "Please run 'vlc-cache-gen -f /usr/lib/vlc/plugins' manually."
-    fi
-}
-
-case "$1" in
-    triggered)
-        run_vlc_cache_gen
-        exit 0
-        ;;
-esac
-
-#DEBHELPER#
diff --git a/debian/libvlc-bin.postrm b/debian/libvlc-bin.postrm
deleted file mode 100644
index 9deb2bb..0000000
--- a/debian/libvlc-bin.postrm
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/sh
-set -e
-
-#DEBHELPER#
-
-if [ -d /usr/lib/vlc/plugins ] ; then
-  rm -f /usr/lib/vlc/plugins/plugins.dat
-  rmdir -p --ignore-fail-on-non-empty /usr/lib/vlc/plugins
-fi

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list