diff options
author | B. Watson <yalhcru@gmail.com> | 2013-06-27 21:25:18 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-27 21:25:18 -0300 |
commit | bc8504ef1c8db69eb9c136e6cdc3107d867cb9e0 (patch) | |
tree | 17723d0f963125123b662480f1c200815ab4b1fa /office/zathura-pdf-mupdf/doinst.sh | |
parent | e43fab9fa2d59f91fe77ba141088f5f92ddf3f90 (diff) | |
download | slackbuilds-bc8504ef1c8db69eb9c136e6cdc3107d867cb9e0.tar.gz |
office/zathura-pdf-mupdf: Updated for version 0.2.4.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office/zathura-pdf-mupdf/doinst.sh')
-rw-r--r-- | office/zathura-pdf-mupdf/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/zathura-pdf-mupdf/doinst.sh b/office/zathura-pdf-mupdf/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/office/zathura-pdf-mupdf/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 |