Sophie

Sophie

distrib > PLD > ac > amd64 > media > dist > by-pkgid > 2619613489e01d52a898388d8bc8fe71 > scriptlet

gnome-games-same-gnome-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/same-gnome.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/same-gnome.schemas > /dev/null 
	
if [ ! -f /var/games/same-gnome.scores ]; then
	touch /var/games/same-gnome.scores
	chown root:games /var/games/same-gnome.scores
	chmod 664 /var/games/same-gnome.scores
fi

POSTUN

/bin/sh

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