Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 7ffa77db4085a5b9c35ee6bab019cd15 > scriptlet

gftp-2.0.8-1.2mdk.i586.rpm

POSTIN

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

POSTUN

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