From 30492d06d338088942036a0993d7a5c8d6c98923 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 8 Apr 2011 18:33:35 +0200 Subject: [PATCH] bluefish: fixed to not update-desktop-database/update-mime-database after installation --- gnome2/bluefish/bluefish.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gnome2/bluefish/bluefish.conf diff --git a/gnome2/bluefish/bluefish.conf b/gnome2/bluefish/bluefish.conf new file mode 100644 index 000000000..8d3531de0 --- /dev/null +++ b/gnome2/bluefish/bluefish.conf @@ -0,0 +1,16 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../bluefish/bluefish.conf +# Copyright (C) 2011 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +# do not update-desktop-database/update-mime-database after installation +var_append extraconfopt ' ' '--disable-update-databases'