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