diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2014-10-06 00:04:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-11 00:14:09 +0700 |
commit | 5db21c99981b2e9abbb65ed7d016a828983bc7f7 (patch) | |
tree | cf8d16501db9c074e024d53078ad13b787465432 /development/smlnj/doinst.sh | |
parent | 9245d88a06b939dd1afa846ef0eb131bd1eef69b (diff) |
development/smlnj: Added (Standard ML of New Jersey).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/smlnj/doinst.sh')
-rw-r--r-- | development/smlnj/doinst.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/smlnj/doinst.sh b/development/smlnj/doinst.sh new file mode 100644 index 0000000000000..b17e614b540e5 --- /dev/null +++ b/development/smlnj/doinst.sh @@ -0,0 +1,11 @@ +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 usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi + +chmod +x /etc/profile.d/smlnj.sh |