Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 36623ad35f785d57085204291f6438f7 > scriptlet

help2man-1.41.1-1.mga3.noarch.rpm

PREUN

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

POSTIN

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