fixed uninstall target (bug #78536).

2002-04-12  Sven Neumann  <sven@gimp.org>

	* data/misc/Makefile.am: fixed uninstall target (bug #78536).
This commit is contained in:
Sven Neumann 2002-04-12 15:44:13 +00:00 committed by Sven Neumann
parent ffb7a3d59d
commit 0b2fa49e73
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2002-04-12 Sven Neumann <sven@gimp.org>
* data/misc/Makefile.am: fixed uninstall target (bug #78536).
2002-04-12 Sven Neumann <sven@gimp.org>
* plug-ins/common/gtm.c

View file

@ -33,6 +33,8 @@ endif
uninstall-local:
if GNOME_DESKTOP_PATH
cd @GNOME_DESKTOP_PATH@ \
rm -f $(GNOME_DESKTOP_FILE)
if test -d @GNOME_DESKTOP_PATH@; then \
cd @GNOME_DESKTOP_PATH@ \
&& rm -f gimp-1.3.desktop \
; fi
endif