summaryrefslogtreecommitdiffstats
path: root/desktop/candle/doinst.sh
diff options
context:
space:
mode:
author Fernando Lopez Jr <fernando.lopezjr@gmail.com>2018-01-17 07:55:07 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-01-17 19:46:24 +0700
commit90c2cbb9c673249d38a5fa2e66b918e37e2eae60 (patch)
treeb2e2d8282fdec0d1f55b9b15c71eab967652d0e5 /desktop/candle/doinst.sh
parentac1710752fd6d28317dd0e678a6ce6134f57e238 (diff)
downloadslackbuilds-90c2cbb9c673249d38a5fa2e66b918e37e2eae60.tar.gz
slackbuilds-90c2cbb9c673249d38a5fa2e66b918e37e2eae60.tar.xz
desktop/candle: Added (G-Code visualizer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/candle/doinst.sh')
-rw-r--r--desktop/candle/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/candle/doinst.sh b/desktop/candle/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/desktop/candle/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