summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
-rw-r--r--linbox-converter-client.install10
2 files changed, 12 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b079610b696c..faeb07d9ee28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,4 +20,7 @@ build() {
install -m 0755 -d ${startdir}/pkg/usr/bin
install -m 0755 lbx-converter lbx-view lbx-view-web ${startdir}/pkg/usr/bin
+
+ sed -i "s/^PDFVIEWER=.*/PDFVIEWER=xpdf/g" ${startdir}/pkg/usr/bin/lbx-view
+ sed -i "s/netscape/firefox/g" ${startdir}/pkg/usr/bin/lbx-view-web
}
diff --git a/linbox-converter-client.install b/linbox-converter-client.install
index 6f0ca16feec4..7018a39ddce8 100644
--- a/linbox-converter-client.install
+++ b/linbox-converter-client.install
@@ -1,5 +1,13 @@
post_install() {
-echo "==> You can set the address and port of your Linbox Converter Server in /etc/lbx-converter.conf"
+ cat << 'EOM'
+==> You can set the address and port of your Linbox Converter Server in /etc/lbx-converter.conf"
+==> In order to use the lbx-view program, you will need to install the xpdf...
+==> In order to use the lbx-view-web program, you will need to install the
+firefox package...
+
+... or hack the scripts (;
+
+EOM
}
post_upgrade() {