|
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
|
|
#
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
# Please add additional copyright information _after_ the line containing
|
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
|
|
#
|
|
# ROCK Linux: rock-src/package/gnome2/control-center/no-update-desktop-db.patch
|
|
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
|
|
#
|
|
# This patch file is dual-licensed. It is available under the license the
|
|
# patched project is licensed under, as long as it is an OpenSource license
|
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
|
# of the GNU General Public License as published by the Free Software
|
|
# Foundation; either version 2 of the License, or (at your option) any later
|
|
# version.
|
|
#
|
|
# --- ROCK-COPYRIGHT-NOTE-END ---
|
|
|
|
--- ./vfs-methods/fontilus/Makefile.am.orig 2005-03-24 19:31:23.000000000 +0100
|
|
+++ ./vfs-methods/fontilus/Makefile.am 2005-03-24 19:32:14.000000000 +0100
|
|
@@ -50,7 +50,7 @@
|
|
endif
|
|
|
|
install-desktop-database: install-desktopDATA
|
|
- update-desktop-database $(DESTDIR)$(desktopdir)
|
|
+ true $(DESTDIR)$(desktopdir)
|
|
|
|
uninstall-local:
|
|
rm -f $(DESTDIR)$(desktopdir)/mimeinfo.cache
|
|
--- ./vfs-methods/themus/Makefile.am.orig 2005-03-24 19:31:35.000000000 +0100
|
|
+++ ./vfs-methods/themus/Makefile.am 2005-03-24 19:32:44.000000000 +0100
|
|
@@ -71,7 +71,7 @@
|
|
endif
|
|
|
|
install-desktop-database: install-desktopDATA
|
|
- update-desktop-database $(DESTDIR)$(desktopdir)
|
|
+ true $(DESTDIR)$(desktopdir)
|
|
|
|
distclean-local:
|
|
rm -f $(DESTDIR)$(desktopdir)/mimeinfo.cache
|
|
--- ./vfs-methods/fontilus/Makefile.in.orig 2005-03-24 19:31:17.000000000 +0100
|
|
+++ ./vfs-methods/fontilus/Makefile.in 2005-03-24 19:31:57.000000000 +0100
|
|
@@ -813,7 +813,7 @@
|
|
@GCONF_SCHEMAS_INSTALL_FALSE@install-gconf-schemas:
|
|
|
|
install-desktop-database: install-desktopDATA
|
|
- update-desktop-database $(DESTDIR)$(desktopdir)
|
|
+ true $(DESTDIR)$(desktopdir)
|
|
|
|
uninstall-local:
|
|
rm -f $(DESTDIR)$(desktopdir)/mimeinfo.cache
|
|
--- ./vfs-methods/themus/Makefile.in.orig 2005-03-24 19:31:29.000000000 +0100
|
|
+++ ./vfs-methods/themus/Makefile.in 2005-03-24 19:32:35.000000000 +0100
|
|
@@ -868,7 +868,7 @@
|
|
@GCONF_SCHEMAS_INSTALL_FALSE@install-gconf-schemas:
|
|
|
|
install-desktop-database: install-desktopDATA
|
|
- update-desktop-database $(DESTDIR)$(desktopdir)
|
|
+ true $(DESTDIR)$(desktopdir)
|
|
|
|
distclean-local:
|
|
rm -f $(DESTDIR)$(desktopdir)/mimeinfo.cache
|