Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 27ae1f01dfe84a94ee6457b242f7ab98 > scriptlet

psacct-6.3.2-2mdk.i586.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
   /sbin/install-info --delete /usr/info/accounting.info.bz2 /usr/info/dir --entry="* accounting: (accounting).            The GNU Process Accounting Suite."
fi

POSTIN

/bin/sh
# we need this hack to get rid of an old, incorrect accounting info entry.
if [ $1 = 0 ]; then
  grep -v '* accounting: (psacct)' < /etc/info-dir > /etc/info-dir.new
  mv -f /etc/info-dir.new /etc/info-dir
  /sbin/install-info /usr/info/accounting.info.bz2 /usr/info/dir --entry="* accounting: (accounting).            The GNU Process Accounting Suite."
fi