head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2005.04.30.08.08.01;	author spike;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- 1st stroke
@
text
@#!/bin/sh -e

SCHEMA_LOCATION=/usr/share/gconf/schemas
SCHEMA_FILES="wee.schema"
if [ -e $SCHEMA_LOCATION/$SCHEMA_FILES ]; then
	HOME=/root GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
		gconftool-2 \
			--makefile-uninstall-rule $SCHEMA_LOCATION/$SCHEMA_FILES > /dev/null
fi

exit 0
@
