summaryrefslogtreecommitdiff
path: root/academic/tiemu/doinst.sh
diff options
context:
space:
mode:
authorshelldweller <shelldweller@beauxbead.com>2020-05-22 19:07:50 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-05-23 09:32:00 +0700
commitb4a8d5b75b65654f3c382ac3b6ea30ca66130034 (patch)
treef4d9215dbeeccae2ea740353ecf195877125d54b /academic/tiemu/doinst.sh
parentfb850da2febe81e81cad64b983b4b7536c700891 (diff)
downloadslackbuilds-b4a8d5b75b65654f3c382ac3b6ea30ca66130034.tar.gz
academic/tiemu: Added (TI-89/92/V200 emulator for linux)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/tiemu/doinst.sh')
-rw-r--r--academic/tiemu/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/academic/tiemu/doinst.sh b/academic/tiemu/doinst.sh
new file mode 100644
index 0000000000..65c7e2eeb9
--- /dev/null
+++ b/academic/tiemu/doinst.sh
@@ -0,0 +1,9 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/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