summaryrefslogtreecommitdiff
path: root/debian/patches/10-remove-system-calls.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/10-remove-system-calls.patch')
-rw-r--r--debian/patches/10-remove-system-calls.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/10-remove-system-calls.patch b/debian/patches/10-remove-system-calls.patch
new file mode 100644
index 0000000..99e67dc
--- /dev/null
+++ b/debian/patches/10-remove-system-calls.patch
@@ -0,0 +1,22 @@
+Description: Remove useless system calls at install
+ Remove update-desktop-database & update-mime-database from upstream install
+Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
+Forwarded: not-needed
+Last-Update: 2014-08-21
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/install
+===================================================================
+--- trunk.orig/install 2014-08-21 06:08:40.813186136 +0200
++++ trunk/install 2014-08-21 06:09:04.117649411 +0200
+@@ -228,8 +228,8 @@
+ copy 'share/applications/gcstar.xml', '/usr/share/mime/packages'
+ if (-w '/usr/share/mime/packages');
+
+- system 'update-desktop-database';
+- system 'update-mime-database /usr/share/mime';
++# system 'update-desktop-database';
++# system 'update-mime-database /usr/share/mime';
+
+
+ }