aboutsummaryrefslogtreecommitdiff
path: root/misc/sbo-templates/doinst.sh
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2015-04-26 08:02:32 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-26 08:02:32 +0700
commit02a639fd0c945b04dd16f7f1245a9378532f4b7e (patch)
treebe3fe1909409e4b76b05a729ab8989855e2877c6 /misc/sbo-templates/doinst.sh
parent4ee818be6a28f8e76a34d733e476578fff9fb00b (diff)
downloadslackbuilds-02a639fd0c945b04dd16f7f1245a9378532f4b7e.tar.xz
misc/sbo-templates: Added (SBo templates managing).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/sbo-templates/doinst.sh')
-rw-r--r--misc/sbo-templates/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/sbo-templates/doinst.sh b/misc/sbo-templates/doinst.sh
new file mode 100644
index 000000000000..5fb28930db0b
--- /dev/null
+++ b/misc/sbo-templates/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