diff options
author | Petr Kletecka <petr@kle.cz> | 2013-04-26 22:11:54 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-26 22:11:54 -0300 |
commit | 96bfb30bceab14b99d4601c3f2d3c844ea5dbad9 (patch) | |
tree | 2ae5a567f2183d0033b81713085f7d2e1100f62d /office/bookbinder/doinst.sh | |
parent | f5d3d93becc75ddf9fa5f8607fc1a36d9df57bd0 (diff) | |
download | slackbuilds-96bfb30bceab14b99d4601c3f2d3c844ea5dbad9.tar.gz |
office/bookbinder: (Create a bindable book from a PDF file)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office/bookbinder/doinst.sh')
-rw-r--r-- | office/bookbinder/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/bookbinder/doinst.sh b/office/bookbinder/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/office/bookbinder/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 |