Sophie

Sophie

distrib > PLD > ac > amd64 > media > dist > by-pkgid > 291dc674e1f64b6ec048c783a9cec633 > scriptlet

nspluginwrapper-0.9.91.3-1.amd64.rpm

PREUN

/bin/sh
if [ "$1" = 0 ]; then
	rm -f /usr/lib64/browser-plugins/npwrapper.*.so
	/usr/bin/nspluginwrapper -v -a -r
	/usr/sbin/update-browser-plugins || :
fi

POSTIN

/bin/sh
umask 022
/usr/sbin/update-browser-plugins || :
if [ "$1" = 1 ]; then
	/usr/bin/nspluginwrapper -v -a -i
else
	/usr/bin/nspluginwrapper -v -a -u
fi
/usr/sbin/update-browser-plugins || :