Date: Monday, November 7, 2011 @ 15:53:31
  Author: ibiru
Revision: 142284

the cache file doesn't have the leading slash and starting vlc is slow. fixes 
FS#26785

Modified:
  vlc/trunk/vlc.install

-------------+
 vlc.install |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: vlc.install
===================================================================
--- vlc.install 2011-11-07 20:46:50 UTC (rev 142283)
+++ vlc.install 2011-11-07 20:53:31 UTC (rev 142284)
@@ -1,6 +1,6 @@
 post_install() {
     xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    usr/lib/vlc/vlc-cache-gen -f usr/lib/vlc/plugins
+    usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins
     update-desktop-database -q
 }
 

Reply via email to