void-packages/srcpkgs/vlc/REMOVE

10 lines
122 B
Plaintext
Raw Normal View History

2010-06-22 22:23:18 +00:00
#
# This script remove the vlc plugins cache files.
#
case "${ACTION}" in
pre)
rm -f usr/lib/vlc/plugins/*.dat
;;
esac