summaryrefslogtreecommitdiff
blob: 4a804c716e8832874c8e67a92ce338c7b6c85e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- install.sh.orig	2006-06-29 00:32:11.000000000 +0200
+++ install.sh	2006-06-29 00:33:09.000000000 +0200
@@ -1785,6 +1785,9 @@
 
 xdg()
 {   # http://standards.freedesktop.org
+
+    return; # Handled by ebuild.
+
     UDD=''
     for BIN_DIR in `pathdirs`; do
 	test -x ${BIN_DIR}/update-desktop-database || continue