Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > by-pkgid > 2f397858c1d801fda4c1f3046e398148 > scriptlet

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