summaryrefslogtreecommitdiffstats
path: root/development/wxHexEditor/doinst.sh
diff options
context:
space:
mode:
author Vliegendehuiskat2011-12-08 23:59:33 +0100
committer Niels Horn2011-12-08 23:59:33 +0100
commit01afd4b61fca2fd7f0ec4c82deb76a79a204592b (patch)
treef10eedb56653599d677e7d4a0f3331150c18eb42 /development/wxHexEditor/doinst.sh
parentc4f0dfd76af13a2b874417c5d54884b9a175854e (diff)
downloadslackbuilds-01afd4b61fca2fd7f0ec4c82deb76a79a204592b.tar.gz
development/wxHexEditor: Fixed make command (+new maintainer)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/wxHexEditor/doinst.sh')
-rw-r--r--development/wxHexEditor/doinst.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/development/wxHexEditor/doinst.sh b/development/wxHexEditor/doinst.sh
index 9424ce43ff..5fb28930db 100644
--- a/development/wxHexEditor/doinst.sh
+++ b/development/wxHexEditor/doinst.sh
@@ -1,13 +1,3 @@
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 usr/share/icons/hicolor >/dev/null 2>&1
- fi
-fi