Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > by-pkgid > 90de0f1e9c077d6ffdf867e0cc7ae5ee > scriptlet

libcim3-devel-3.36-6mdk.i586.rpm

POSTIN

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

POSTUN

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