PKGBUILDs/community/nspluginwrapper/install
2011-12-05 13:46:37 -05:00

5 lines
114 B
Text

post_upgrade() {
for i in `nspluginwrapper -l | grep -v "^ "`; do
/usr/bin/nspluginwrapper -u "$i"
done
}