Sophie

Sophie

distrib > PLD > ac > amd64 > media > dist > by-pkgid > c4d1bd5afef968862e4c4f16dbbe4ceb > scriptlet

planner-0.14-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/planner.schemas > /dev/null 
fi

POSTIN

/bin/sh
/sbin/ldconfig

	/usr/bin/scrollkeeper-update -q; 
	
{ \
	umask 022; \
	/usr/bin/update-desktop-database -q; \
}
{ \
	umask 022; \
	/usr/bin/update-mime-database /usr/share/mime; \
}
{ \
	umask 022; \
	/usr/bin/gtk-update-icon-cache -qf /usr/share/icons/hicolor; \
}

POSTUN

/bin/sh
/sbin/ldconfig

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

{ \
if [ $1 = 0 ]; then \
	umask 022; \
	/usr/bin/update-desktop-database -q; \
fi \
}
{ \
	umask 022; \
	/usr/bin/update-mime-database /usr/share/mime; \
}
{ \
	umask 022; \
	/usr/bin/gtk-update-icon-cache -qf /usr/share/icons/hicolor; \
}