summaryrefslogtreecommitdiff
path: root/desktop/dekorator/doinst.sh
diff options
context:
space:
mode:
authormario <mario@slackverse.org>2010-04-19 18:33:35 -0400
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-15 10:38:26 +0200
commitb38554df9c68c30d5c41d7bfa6542b36df605e4d (patch)
tree523bd152ecc4fb6ef7b6c395a364aab064648b0b /desktop/dekorator/doinst.sh
parent6d78ae2f0952985433cdd0f0a81ad73c51af4595 (diff)
downloadslackbuilds-b38554df9c68c30d5c41d7bfa6542b36df605e4d.tar.gz
desktop/dekorator: Added (themable window decorator)
Diffstat (limited to 'desktop/dekorator/doinst.sh')
-rw-r--r--desktop/dekorator/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/dekorator/doinst.sh b/desktop/dekorator/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/desktop/dekorator/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi