
post_install()
{
	post_upgrade
}

post_upgrade()
{
	echo "Updating VLC Plugin Cache.."
	/usr/lib/vlc/vlc-cache-gen /usr/lib/vlc/plugins
}

post_remove()
{
	post_upgrade
}

op=$1
shift
$op $*
