Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > ac730f418afddd708d8261b561288566 > scriptlet

mgetty-1.1.21-5mdk.i586.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
    /sbin/install-info --delete /usr/info/mgetty.info.bz2 /usr/info/dir --entry="* mgetty: (mgetty). 	Package to handle faxes, voicemail and more."
fi

POSTIN

/bin/sh
/sbin/install-info /usr/info/mgetty.info.bz2 /usr/info/dir --entry="* mgetty: (mgetty).		Package to handle faxes, voicemail and more."

POSTUN

/bin/sh
if [ $1 = 0 ]; then
  rm -fr /var/log/mgetty.log*
fi