SlackBuildsOrg/audio/asap/doinst.sh
B. Watson 1f4cc25436
audio/asap: Added (Atari 8-bit chiptune formats player/converter)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-12-31 09:14:40 +07:00

10 lines
382 B
Bash

# 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