PKGBUILDs/extra/nspluginwrapper/install
2023-05-29 21:48:20 +00:00

6 lines
114 B
Plaintext

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