Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > contrib > by-pkgid > 2ddff8e5d594173f0852cac41ad365d2 > scriptlet

gringotts-1.2.3-1mdk.ppc.rpm

POSTIN

/bin/sh
echo
echo -----------------------------------------------------
echo   md5sum of /usr/bin/gringotts
echo
md5sum /usr/bin/gringotts|(read A B; echo $A)
echo
echo use this value to check program integrity at any time
echo -----------------------------------------------------
echo
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi

POSTUN

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