Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > media > main-release > by-pkgid > 8aad4c357821f2e9aea7aff57b0184c4 > scriptlet

coreutils-doc-8.12-1.noarch.rpm

PREUN

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

POSTIN

/bin/sh
if [[ -f /usr/share/info/coreutils.info.xz ]]; then /sbin/install-info /usr/share/info/coreutils.info.xz --dir=/usr/share/info/dir; fi 
# The next true is needed: else, if there's a problem, the 
# package'll be installed 2 times because of trigger faillure
true