diff options
author | Antonio Leal <antonio.leal@yahoo.com> | 2023-03-24 04:23:40 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-25 10:01:53 +0700 |
commit | 8cc6577b6de3693cd6f127927ba7eeed401e3dee (patch) | |
tree | 6f0fb725a0e412947ccf665cb3ac9a9e45dbc33f /development/kForth-64/doinst.sh | |
parent | 849fb607a9d45163458bc8000f9da4fca61e70c7 (diff) |
development/kForth-64: Added (64-bit Forth System for GNU/Linux)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/kForth-64/doinst.sh')
-rw-r--r-- | development/kForth-64/doinst.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/development/kForth-64/doinst.sh b/development/kForth-64/doinst.sh new file mode 100644 index 0000000000000..aea0f894eb32b --- /dev/null +++ b/development/kForth-64/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 |