void-packages/srcpkgs/vlc/INSTALL
2010-06-23 00:23:18 +02:00

15 lines
252 B
Plaintext

#
# This script rebuilds the vlc plugins cache.
#
_vlccachegen=usr/lib/vlc/vlc-cache-gen
case "${ACTION}" in
post)
if [ -x "${_vlccachegen}" ]; then
echo "Rebuilding VLC plugins cache file..."
${_vlccachegen} -f usr/lib/vlc/plugins
fi
;;
esac