Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > 5fa6ef7dbdc15b00ec5d685e94737351 > scriptlet

coreutils-doc-8.25-3.mga6.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