Sophie

Sophie

distrib > Mandriva > 8.1 > i586 > by-pkgid > 18f10310f7e241077aa7131216242a5a > scriptlet

slocate-2.5-5mdk.i586.rpm

PREUN

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

POSTIN

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