diff options
author | Chris Abela <kristofru@gmail.com> | 2019-09-14 11:16:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-14 11:16:08 +0700 |
commit | 8c8d3460982c0eac8d5606d855d4b79b31b6a59f (patch) | |
tree | 7d1ae59d05b693a9a9490b629d3bb463918d289d /office/lumina-pdf/doinst.sh | |
parent | 8d231b4da215b3a253f9c1e3da6471389f566d5a (diff) |
office/lumina-pdf: Added (PDF Viewer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/lumina-pdf/doinst.sh')
-rw-r--r-- | office/lumina-pdf/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/lumina-pdf/doinst.sh b/office/lumina-pdf/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/office/lumina-pdf/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 |