diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-08-26 06:05:10 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-08-26 06:05:10 +0200 |
commit | b1721ea5cdcf95258147229cf6ddd1c9463bf914 (patch) | |
tree | 40005b070dc8990d4cf8648c3f8c5b61e08933fc /debian/patches/10-remove-system-calls.patch | |
parent | d7409826e3b2c752dde41221bad0dc7a55c356a0 (diff) |
patches for some plugins
Diffstat (limited to 'debian/patches/10-remove-system-calls.patch')
-rw-r--r-- | debian/patches/10-remove-system-calls.patch | 22 |
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'; + + + } |