head	1.2;
access;
symbols
	start:1.1.1.1 webdox:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2005.11.13.13.48.44;	author spike;	state Exp;
branches;
next	1.1;

1.1
date	2005.10.27.08.57.51;	author spike;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2005.10.27.08.57.51;	author spike;	state Exp;
branches;
next	;


desc
@@


1.2
log
@.
@
text
@#!/bin/sh -e

SCHEMA_LOCATION=/usr/share/gconf/schemas

for i in $SCHEMA_LOCATION/vee*.schema
do
	HOME=/root GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule $i > /dev/null
done

kill -s HUP `pidof gconfd-2` >/dev/null 2>&1 || true

if [ "$1" = "configure" ] && which update-desktop-database >/dev/null 2>&1 ; then
	update-desktop-database -q
fi

exit 0
@


1.1
log
@Initial revision
@
text
@d4 5
a8 6
SCHEMA_FILES="vee.schema"
if [ -e "$SCHEMA_LOCATION/$SCHEMA_FILES" ]; then
	HOME=/root GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
		gconftool-2 \
		--makefile-install-rule $SCHEMA_LOCATION/$SCHEMA_FILES > /dev/null
fi
@


1.1.1.1
log
@VEE 3.3
@
text
@@
