summaryrefslogtreecommitdiffstats
path: root/system/st/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/st/doinst.sh')
-rw-r--r--system/st/doinst.sh10
1 files changed, 8 insertions, 2 deletions
diff --git a/system/st/doinst.sh b/system/st/doinst.sh
index 492b5a6c42..3e5691a052 100644
--- a/system/st/doinst.sh
+++ b/system/st/doinst.sh
@@ -1,3 +1,9 @@
-if [ -e /usr/bin/tic ]; then
- /usr/bin/tic -s usr/share/st/st.info >/dev/null 2>&1
+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