summaryrefslogtreecommitdiff
path: root/desktop/alacarte/doinst.sh
diff options
context:
space:
mode:
authorMelvin Mawhin <mmawhin@hotmail.com>2018-09-05 00:37:08 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-09-08 08:37:40 +0700
commitc78374d3e6008e734b6b7e8b62d6da0c90cceef3 (patch)
tree1714860b08ebb256a43cfb2570a112472983ac0d /desktop/alacarte/doinst.sh
parent55992da91040901388ef0f6c26bcf2bfe2488316 (diff)
downloadslackbuilds-c78374d3e6008e734b6b7e8b62d6da0c90cceef3.tar.gz
desktop/alacarte: Added (Menu Editor for X).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/alacarte/doinst.sh')
-rw-r--r--desktop/alacarte/doinst.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/alacarte/doinst.sh b/desktop/alacarte/doinst.sh
new file mode 100644
index 0000000000..4a25de5e6f
--- /dev/null
+++ b/desktop/alacarte/doinst.sh
@@ -0,0 +1,10 @@
+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
+