Jerome Leclanche : makefiles: Do not run update-desktop-database on make install/uninstall.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jun 1 07:36:59 CDT 2015


Module: wine
Branch: master
Commit: ffabfd492ffc4bdca3ca0deaead238670e6fdcaf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ffabfd492ffc4bdca3ca0deaead238670e6fdcaf

Author: Jerome Leclanche <jerome at leclan.ch>
Date:   Sun May 31 08:03:54 2015 +0200

makefiles: Do not run update-desktop-database on make install/uninstall.

---

 tools/Makefile.in | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tools/Makefile.in b/tools/Makefile.in
index 0f652f0..c51b8e0 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -13,8 +13,6 @@ C_SRCS = \
 IN_SRCS = \
 	wineapploader.in
 
-UPDATE_DESKTOP_DATABASE = update-desktop-database
-
 all: wineapploader
 
 make_xftmpl$(EXEEXT): make_xftmpl.o
@@ -24,11 +22,9 @@ make_xftmpl$(EXEEXT): make_xftmpl.o
 
 install install-lib::
 	$(INSTALL_DATA) $(srcdir)/wine.desktop $(DESTDIR)$(datadir)/applications/wine.desktop
-	-$(UPDATE_DESKTOP_DATABASE)
 
 install install-dev:: install-man-pages
 	$(INSTALL_SCRIPT) $(srcdir)/winemaker $(DESTDIR)$(bindir)/winemaker
 
 uninstall::
 	$(RM) $(DESTDIR)$(datadir)/applications/wine.desktop $(DESTDIR)$(bindir)/winemaker
-	-$(UPDATE_DESKTOP_DATABASE)




More information about the wine-cvs mailing list