summaryrefslogtreecommitdiff
path: root/office/zathura/doinst.sh
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2012-04-15 22:29:52 -0400
committerErik Hanson <erik@slackbuilds.org>2012-04-16 05:36:00 -0500
commit99ef8dc25e5a1f1b3d5fa4d63a4b7975d210a0d5 (patch)
treea24fdc64295d256af93fca3785a6e23c43b19a11 /office/zathura/doinst.sh
parent572a82357732dafa909e7cd3c2de25bc29006033 (diff)
downloadslackbuilds-99ef8dc25e5a1f1b3d5fa4d63a4b7975d210a0d5.tar.gz
office/zathura: Updated for version 0.1.1 new maintainer.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office/zathura/doinst.sh')
-rw-r--r--office/zathura/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/office/zathura/doinst.sh b/office/zathura/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/office/zathura/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