Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 14136c1978373de280d09b578e57754b > scriptlet

perl-5.600-4mdk.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