Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 8b6b4cf9f72dc236b6e92c23c92f13bd > scriptlet

slocate-2.1-6mdk.i586.rpm

PREIN

/bin/sh
/usr/sbin/groupadd -g 21 -r -f slocate

PREUN

/bin/sh
if [ "$1" = "0" ]; then 
  /usr/sbin/groupdel slocate
  [ -f /var/lib/slocate/slocate.db ] && rm -f /var/lib/slocate/slocate.db
fi

POSTIN

/bin/sh
if [ ! -e /var/lib/slocate/slocate.db ]; then
  touch /var/lib/slocate/slocate.db
fi