PKGBUILDs/extra/nspluginwrapper/install

6 lines
114 B
Plaintext
Raw Normal View History

2011-12-05 18:46:37 +00:00
post_upgrade() {
for i in `nspluginwrapper -l | grep -v "^ "`; do
/usr/bin/nspluginwrapper -u "$i"
done
}