Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > contrib-release > by-pkgid > 20b4c6f5fe38b18f2d84d934afa625c9 > scriptlet

kcheckgmail-0.5.5-4mdv2007.0.x86_64.rpm

PREUN

/bin/sh
if [ "$1" = "0" ]; then if [[ -f /usr/share/info/kcheckgmail.info.bz2 ]];then /sbin/install-info /usr/share/info/kcheckgmail.info.bz2 --dir=/usr/share/info/dir --remove ;fi; fi 
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi

POSTIN

/bin/sh
if [[ -f /usr/share/info/kcheckgmail.info.bz2 ]];then /sbin/install-info /usr/share/info/kcheckgmail.info.bz2 --dir=/usr/share/info/dir;fi 
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi