summaryrefslogtreecommitdiffstats
path: root/graphics/rawtherapee/doinst.sh
diff options
context:
space:
mode:
author Panagiotis Nikolaou <hostmaster@slackonly.com>2017-08-09 21:24:44 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-08-12 06:57:48 +0700
commit19d4e831bf996c3b179592fe75e66bd79f053c5e (patch)
tree799f4e169244a46c690130be3d57763adc0f556e /graphics/rawtherapee/doinst.sh
parent3016cb326d5f617d9c37161a677a85ca0091c87a (diff)
downloadslackbuilds-19d4e831bf996c3b179592fe75e66bd79f053c5e.tar.gz
slackbuilds-19d4e831bf996c3b179592fe75e66bd79f053c5e.tar.xz
graphics/rawtherapee: Updated for version 5.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics/rawtherapee/doinst.sh')
-rw-r--r--graphics/rawtherapee/doinst.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/rawtherapee/doinst.sh b/graphics/rawtherapee/doinst.sh
index aea0f894eb..65c7e2eeb9 100644
--- a/graphics/rawtherapee/doinst.sh
+++ b/graphics/rawtherapee/doinst.sh
@@ -2,10 +2,6 @@ if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
-if [ -x /usr/bin/update-mime-database ]; then
- /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
-fi
-
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1