#! /bin/sh
set -e



case "$1" in
    remove)
        rm -f /usr/lib/x86_64-linux-gnu/vlc/plugins/plugins.dat
        ;;
esac
