Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 52bb36a730ae121143f1082b333db489 > scriptlet

help2man-1.46.5-1.mga5.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