Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 35ecc193da02324e880b5ba69baf6ec9 > scriptlet

nmap-frontend-2.30BETA17-3mdk.i586.rpm

POSTIN

/bin/sh
## menu
if [ -x /usr/bin/update-menus ]; then
  /usr/bin/update-menus
fi

POSTUN

/bin/sh
## menu
if [ "$1" = 0 ]; then
  if [ -x /usr/bin/update-menus ]; then
      /usr/bin/update-menus
  fi
fi