head     1.1;
branch   1.1.1;
access   ;
symbols  start:1.1.1.1 vee_project:1.1.1;
locks    ; strict;
comment  @# @;


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

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


desc
@@



1.1
log
@Initial revision
@
text
@#!/bin/sh
set -e

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


1.1.1.1
log
@new version of vee, 2005.07.16
@
text
@@
