Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > aafcc8643d735a98dedbe6b6bc0f4f84 > scriptlet

gnome-games-gnotravex-2.14.3-2.amd64.rpm

PREUN

/bin/sh

if [ $1 = 0 ]; then 
	umask 022; 
	GCONF_CONFIG_SOURCE="xml:readwrite:/etc/gconf/gconf.xml.defaults" /usr/bin/gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/gnotravex.schemas > /dev/null 
fi

POSTIN

/bin/sh

	/usr/bin/scrollkeeper-update -q; 
	

	umask 022; 
	GCONF_CONFIG_SOURCE="xml:readwrite:/etc/gconf/gconf.xml.defaults" /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnotravex.schemas > /dev/null 
	
for i in gnotravex.2x2 gnotravex.3x3 gnotravex.4x4 gnotravex.5x5 \
	gnotravex.6x6; do
	if [ ! -f /var/games/$i.scores ]; then
		touch /var/games/$i.scores
		chown root:games /var/games/$i.scores
		chmod 664 /var/games/$i.scores
	fi
done

POSTUN

/bin/sh

if [ $1 = 0 ]; then 
	/usr/bin/scrollkeeper-update -q; 
fi