Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > bdcae64130ce9971e2f86ff38438dbfa > scriptlet

rxvt-2.6.1-7mdk.i586.rpm

POSTIN

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

POSTUN

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