Sophie

Sophie

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

xsysinfo-1.7-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