Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > contrib > by-pkgid > bac46c3de931e85d1ff8a665e386de98 > scriptlet

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