Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 98053ade66c7c4e955a778e5146ef72b > scriptlet

wget-1.19.5-1.mga6.x86_64.rpm

PREUN

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

POSTIN

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