summaryrefslogtreecommitdiffstats
path: root/development/kForth-32/doinst.sh
diff options
context:
space:
mode:
author Antonio Leal2023-03-24 05:25:04 +0100
committer Willy Sudiarto Raharjo2023-03-25 04:01:53 +0100
commit6b30722894830be365c29bf99d5e0263f50d2b04 (patch)
treef458f340cea26578225f765434353f3f6d121d8c /development/kForth-32/doinst.sh
parent8cc6577b6de3693cd6f127927ba7eeed401e3dee (diff)
downloadslackbuilds-6b30722894830be365c29bf99d5e0263f50d2b04.tar.gz
development/kForth-32: Added (32-bit Forth System for x86-GNU/Linux)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/kForth-32/doinst.sh')
-rw-r--r--development/kForth-32/doinst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/development/kForth-32/doinst.sh b/development/kForth-32/doinst.sh
new file mode 100644
index 0000000000..aea0f894eb
--- /dev/null
+++ b/development/kForth-32/doinst.sh
@@ -0,0 +1,13 @@
+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
+ fi
+fi