Sophie

Sophie

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

gengetopt-2.14-1mdk.x86_64.rpm

POSTIN

/bin/sh
if [[ -f /usr/share/info/gengetopt.info.bz2 ]];then /sbin/install-info /usr/share/info/gengetopt.info.bz2 --dir=/usr/share/info/dir;fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then if [[ -f /usr/share/info/gengetopt.info.bz2 ]];then /sbin/install-info /usr/share/info/gengetopt.info.bz2 --dir=/usr/share/info/dir --remove ;fi; fi