Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > contrib-release > by-pkgid > 22ea7d6c813ef644a1ff7ae41ead5083 > scriptlet

gengetopt-2.19.1-1mdv2007.1.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