summaryrefslogtreecommitdiffstats
path: root/development/smlnj/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'development/smlnj/doinst.sh')
-rw-r--r--development/smlnj/doinst.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/smlnj/doinst.sh b/development/smlnj/doinst.sh
new file mode 100644
index 0000000000..b17e614b54
--- /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