summaryrefslogtreecommitdiffstats
path: root/audio/asap/doinst.sh
blob: e0483cbf5928545d0014608e12dc8b68f5e427c5 (plain)
1
2
3
4
5
6
7
8
9
10
# we're installing a VLC plugin, avoid "error: stale plugins cache"
# when running vlc.

if [ -x ./usr/lib64/vlc/vlc-cache-gen -a -x usr/lib64/vlc/plugins/demux/libasap_plugin.so ]; then
  ./usr/lib64/vlc/vlc-cache-gen ./usr/lib64/vlc/
fi

if [ -x ./usr/lib/vlc/vlc-cache-gen -a -x usr/lib/vlc/plugins/demux/libasap_plugin.so ]; then
  ./usr/lib/vlc/vlc-cache-gen ./usr/lib/vlc/
fi