Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > media > main-release > by-pkgid > 6877b501a194f631099280768d5d2202 > scriptlet

wget-1.12-6.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