[SCM] vlc/master: Update vlc-cache-gen call

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Dec 19 18:31:03 UTC 2017


The following commit has been merged in the master branch:
commit 1b9a54cd3d66fed11a13e12718bf654aac13200a
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Sep 26 00:00:57 2017 +0200

    Update vlc-cache-gen call

diff --git a/debian/libvlc-bin.postinst.in b/debian/libvlc-bin.postinst.in
index 022983e..241bd15 100644
--- a/debian/libvlc-bin.postinst.in
+++ b/debian/libvlc-bin.postinst.in
@@ -2,7 +2,7 @@
 set -e
 
 run_vlc_cache_gen() {
-    if ! /usr/lib/#DEB_HOST_MULTIARCH#/vlc/vlc-cache-gen -f /usr/lib/#DEB_HOST_MULTIARCH#/vlc/plugins ; then
+    if ! /usr/lib/#DEB_HOST_MULTIARCH#/vlc/vlc-cache-gen /usr/lib/#DEB_HOST_MULTIARCH#/vlc/plugins ; then
         echo "WARNING: Regenerating VLC plugin cache failed."
         echo "Please run '/usr/lib/#DEB_HOST_MULTIARCH#/vlc/vlc-cache-gen -f /usr/lib/#DEB_HOST_MULTIARCH#/vlc/plugins' manually."
     fi

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list