Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 4747943aa1cd9ff8cde5249cba0cad2e > scriptlet

mlocate-0.26-3.mga3.i586.rpm

PREIN

/bin/sh
if [ "$1" = "1" ]; then
	/usr/sbin/groupadd -r -f mlocate
elif [ "$1" = "2" ]; then
	if getent group slocate > /dev/null; then
		if getent group mlocate > /dev/null; then
			/usr/sbin/groupdel slocate
		else
			/usr/sbin/groupmod -n mlocate slocate
		fi
	fi
fi

POSTIN

/bin/sh
# for %ghost:
touch /var/lib/mlocate/mlocate.db