diff options
author | B. Watson <yalhcru@gmail.com> | 2012-04-15 22:29:52 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-16 05:36:00 -0500 |
commit | 99ef8dc25e5a1f1b3d5fa4d63a4b7975d210a0d5 (patch) | |
tree | a24fdc64295d256af93fca3785a6e23c43b19a11 /office/zathura/doinst.sh | |
parent | 572a82357732dafa909e7cd3c2de25bc29006033 (diff) | |
download | slackbuilds-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.sh | 3 |
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 |