diff options
author | B. Watson <yalhcru@gmail.com> | 2013-06-27 19:51:11 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-27 19:51:11 -0300 |
commit | 24dcee62215c01dc300cee0758c77d76ba770296 (patch) | |
tree | 6a8b705f1b6c16e5767ee1e3821fa500872bd02c /office/zathura-ps/doinst.sh | |
parent | 1270a5149c04ab6cf20833024bfe627a267bb556 (diff) |
office/zathura-ps: Updated for version 0.2.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office/zathura-ps/doinst.sh')
-rw-r--r-- | office/zathura-ps/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/zathura-ps/doinst.sh b/office/zathura-ps/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/office/zathura-ps/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 |