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