case "$ACTION" in
pre)
	if [ -f usr/share/guake/data/gschemas.compiled ]; then
		rm -rf usr/share/guake/data/gschemas.compiled
	fi
esac
