vp-build/srcpkgs/vlc/REMOVE

10 lines
122 B
Plaintext

#
# This script remove the vlc plugins cache files.
#
case "${ACTION}" in
pre)
rm -f usr/lib/vlc/plugins/*.dat
;;
esac