Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > contrib > by-pkgid > fc5e2a8f685307c71ffd0d8b3b70e3d8 > scriptlet

gringotts-1.2.8-1mdk.i586.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