From 96bfb30bceab14b99d4601c3f2d3c844ea5dbad9 Mon Sep 17 00:00:00 2001 From: Petr Kletecka Date: Fri, 26 Apr 2013 22:11:54 -0300 Subject: office/bookbinder: (Create a bindable book from a PDF file) Signed-off-by: Niels Horn --- office/bookbinder/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 office/bookbinder/doinst.sh (limited to 'office/bookbinder/doinst.sh') 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 -- cgit v1.2.3