Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 5f261aad511a53d7b657c3836a565933 > scriptlet

coreutils-doc-6.10-4mdv2008.1.x86_64.rpm

PREIN

/bin/sh
# We must desinstall theses info files since they're merged in
# coreutils.info. else their postun'll be runned too last
# and install-info'll faill badly because of doubles
for file in sh-utils.info textutils.info fileutils.info; do
	if [ -f /usr/share/info/$file.bz2 ]; then
		/sbin/install-info /usr/share/info/$file.bz2 --dir=/usr/share/info/dir --remove &> /dev/null
	fi
done

PREUN

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

POSTIN

/bin/sh
if [[ -f /usr/share/info/coreutils.info.lzma ]]; then /sbin/install-info /usr/share/info/coreutils.info.lzma --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