Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 82e8a789a11174f2e0fe4a0c0805cd7b > scriptlet

gnome-bluetooth-2.30.0-1.fc13.i686.rpm

PREIN

/bin/sh
if [ "$1" -gt 1 ]; then
	export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
	if [ -f /etc/gconf/schemas/gnome-obex-server.schemas ] ; then
		gconftool-2 --makefile-uninstall-rule \
		/etc/gconf/schemas/gnome-obex-server.schemas >/dev/null || :
	fi
	if [ -f /etc/gconf/schemas/bluetooth-manager.schemas ] ; then
		gconftool-2 --makefile-uninstall-rule 				\
		/etc/gconf/schemas/bluetooth-manager.schemas		\
		>& /dev/null || :
	fi
fi

PREUN

/bin/sh
if [ "$1" -eq 0 ]; then
	export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
	if [ -f /etc/gconf/schemas/gnome-obex-server.schemas ] ; then
		gconftool-2 --makefile-uninstall-rule \
		/etc/gconf/schemas/gnome-obex-server.schemas > /dev/null || :
	fi
	if [ -f /etc/gconf/schemas/bluetooth-manager.schemas ] ; then
		gconftool-2 --makefile-uninstall-rule 				\
		/etc/gconf/schemas/bluetooth-manager.schemas		\
		>& /dev/null || :
	fi
fi

POSTIN

/bin/sh
update-desktop-database -q
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule					\
	/etc/gconf/schemas/bluetooth-manager.schemas		\
	>& /dev/null || :

POSTUN

/bin/sh
update-desktop-database -q
if [ $1 -eq 0 ] ; then
	touch --no-create /usr/share/icons/hicolor &>/dev/null
	gtk-update-icon-cache /usr/share/icons/hicolor &>/dev/null || :
fi