Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-updates > by-pkgid > ff14fdb2cc539e8f8b9d57b0e63285fb > scriptlet

wget-1.14-2.2.mga3.i586.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