Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > contrib-release > by-pkgid > 3f5d17f791759f4290f2a1d37d7368e5 > scriptlet

cipe-1.4.5-20mdk.x86_64.rpm

POSTIN

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

POSTUN

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