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


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


desc
@@


1.1
log
@- add new files for debian packaging to automatically be integrated
  with gnome environment.
@
text
@#!/bin/sh
set -e

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