summaryrefslogtreecommitdiffstats
path: root/development/wxHexEditor/doinst.sh
diff options
context:
space:
mode:
author Branko Grubic2010-10-25 04:09:39 +0200
committer Erik Hanson2010-10-25 14:55:10 +0200
commitbd030316e405bbad629125ec71986ce03c08ed3f (patch)
tree32e2f910a23aa2cb274d2412c112d76a3c4cdbce /development/wxHexEditor/doinst.sh
parentb50ce4827f10b0d9a33760dbb1c38a13b02c4c29 (diff)
downloadslackbuilds-bd030316e405bbad629125ec71986ce03c08ed3f.tar.gz
development/wxHexEditor: Added (Free Hex Editor)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/wxHexEditor/doinst.sh')
-rw-r--r--development/wxHexEditor/doinst.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/development/wxHexEditor/doinst.sh b/development/wxHexEditor/doinst.sh
new file mode 100644
index 0000000000..9830478e8c
--- /dev/null
+++ b/development/wxHexEditor/doinst.sh
@@ -0,0 +1,14 @@
+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
+