[SCM] vlc/master: Remove plugins.dat via find

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


The following commit has been merged in the master branch:
commit 948724fc03e88c1aa45094552cb703b92a91eb85
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Thu Oct 13 01:25:42 2016 +0200

    Remove plugins.dat via find

diff --git a/debian/rules b/debian/rules
index ecf95b6..2445994 100755
--- a/debian/rules
+++ b/debian/rules
@@ -375,7 +375,7 @@ endif
 
 override_dh_install:
 	# Remove plugin cache
-	rm debian/tmp/usr/lib/vlc/plugins/plugins.dat
+	find debian/tmp/usr/lib -name plugins.dat -delete
 	# Clean up libtool crap
 	find debian/tmp -name '*.la' -delete
 	# Remove useless stuff

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list