diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-01 17:46:27 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-05 08:22:46 +0700 |
commit | 4f2a9dc537dc3767afc231d33a849d47b9fcf16d (patch) | |
tree | 1fc45e27280207c7b39163a0508b6a96c3da7e1f /office/MasterPDFEditor/doinst.sh | |
parent | 56587c8dd9abf9943ad7f87d1eba14d0ea575ec1 (diff) |
office/MasterPDFEditor: Added (PDF Editor)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'office/MasterPDFEditor/doinst.sh')
-rw-r--r-- | office/MasterPDFEditor/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/MasterPDFEditor/doinst.sh b/office/MasterPDFEditor/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/office/MasterPDFEditor/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 |