summaryrefslogtreecommitdiffstats
path: root/office/bookbinder/doinst.sh
diff options
context:
space:
mode:
author Petr Kletecka2013-04-27 03:11:54 +0200
committer Niels Horn2013-04-27 03:11:54 +0200
commit96bfb30bceab14b99d4601c3f2d3c844ea5dbad9 (patch)
tree2ae5a567f2183d0033b81713085f7d2e1100f62d /office/bookbinder/doinst.sh
parentf5d3d93becc75ddf9fa5f8607fc1a36d9df57bd0 (diff)
downloadslackbuilds-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.sh3
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