summaryrefslogtreecommitdiff
path: root/libre/doublecmd-libre/doublecmd.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-05 02:31:54 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-05 02:31:54 -0300
commitb9362105727f6cd223907fc75841d64b8cb5a3f3 (patch)
tree5cfb7b4c24e695a914f456271f9d684e999f8056 /libre/doublecmd-libre/doublecmd.install
parent46714486b44dd3eb8917f6584240591295105649 (diff)
doublecmd-libre-0.5.5-1: updating version
Diffstat (limited to 'libre/doublecmd-libre/doublecmd.install')
-rw-r--r--libre/doublecmd-libre/doublecmd.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/doublecmd-libre/doublecmd.install b/libre/doublecmd-libre/doublecmd.install
index 40d56528f..c27b5bb23 100644
--- a/libre/doublecmd-libre/doublecmd.install
+++ b/libre/doublecmd-libre/doublecmd.install
@@ -3,20 +3,20 @@ update_icons() {
# Setup Menus
if which update-desktop-database
then
- update-desktop-database -q /usr/share/applications
+ update-desktop-database -q /usr/share/applications > /dev/null 2>&1
fi
# Setup MIME types
if which update-mime-database
then
- update-mime-database /usr/share/mime >/dev/null
+ update-mime-database /usr/share/mime > /dev/null 2>&1
fi
# Setup Icons
touch -c /usr/share/icons/hicolor
if which gtk-update-icon-cache
then
- gtk-update-icon-cache -tq /usr/share/icons/hicolor
+ gtk-update-icon-cache -tq /usr/share/icons/hicolor > /dev/null 2>&1
fi
}