Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates > by-pkgid > 1794ff765f49b4f752e6dd829185261e > scriptlet

wget-1.12-5.mga1.i586.rpm

PREUN

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

POSTIN

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