Package nspluginwrapper: Скрипты

Post install

/usr/bin/mozilla-plugin-config -i -f > /dev/null 2>&1 || :
Pre uninstall

1
2
3
if [ "$1" == "0" ]; then
    /usr/bin/mozilla-plugin-config -r > /dev/null 2>&1 || :
fi;