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

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