#
# This script remove the vlc plugins cache files.
#

case "${ACTION}" in
pre)
	rm -f usr/lib/vlc/plugins/*.dat
	;;
esac