Sophie

Sophie

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

lib64termcap-devel-2.0.8-51.x86_64.rpm

POSTIN

/bin/sh
/sbin/install-info \
	--section="Libraries" --entry="* Termcap: (termcap).               The GNU termcap library." \
	--info-dir=/usr/share/info /usr/share/info/termcap.info.xz

POSTUN

/bin/sh
if [ $1 = 0 ]; then
    /sbin/install-info --delete \
	--section="Libraries" --entry="* Termcap: (termcap).               The GNU termcap library." \
	--info-dir=/usr/share/info /usr/share/info/termcap.info.xz
fi