summaryrefslogtreecommitdiffstats
path: root/system/qControlCenter/doinst.sh
diff options
context:
space:
mode:
author Didier Spaier2016-11-16 13:03:34 +0100
committer Willy Sudiarto Raharjo2016-11-16 13:03:34 +0100
commit78b81336b55879fd0b935667ce9b850563a39068 (patch)
treec531d79810c15da2741a7888d9c08c40591620d2 /system/qControlCenter/doinst.sh
parentf2ec9b25c7074cd81bf5545a9a37ebd8b49820ee (diff)
downloadslackbuilds-78b81336b55879fd0b935667ce9b850563a39068.tar.gz
system/qControlCenter: Added (Easy to customize Control Center).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/qControlCenter/doinst.sh')
-rw-r--r--system/qControlCenter/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/qControlCenter/doinst.sh b/system/qControlCenter/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/qControlCenter/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