summaryrefslogtreecommitdiffstats
path: root/office/bookbinder/bookbinder
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/bookbinder
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/bookbinder')
-rw-r--r--office/bookbinder/bookbinder14
1 files changed, 14 insertions, 0 deletions
diff --git a/office/bookbinder/bookbinder b/office/bookbinder/bookbinder
new file mode 100644
index 0000000000..19ae63735a
--- /dev/null
+++ b/office/bookbinder/bookbinder
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+# startup script for bookbinder
+# modified by the SlackBuilds.org team
+
+# create directory if it does not exist yet
+[ ! -e ~/bookbinder ] && mkdir ~/bookbinder
+
+# change to user's bookbinder directory.
+# this is where the signatures will be saved.
+cd ~/bookbinder
+
+# call the program
+java -jar /usr/share/bookbinder/bookbinder3.0.jar