summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormehani2007-01-30 15:20:05 +0000
committermehani2007-01-30 15:20:05 +0000
commita3466513d803166133a79410c13ab0eb38e678f8 (patch)
treefe7a3611784c79f514bbaca3efe0cfb2ab048dc5
parent0b89183bdd4820a2dc1eba2e8439533bd9f4ea4b (diff)
downloadaur-a3466513d803166133a79410c13ab0eb38e678f8.tar.gz
viewing scripts
git-svn-id: svn+ssh://scm.narf.ssji.net/svn/archlinux-packages@10 df209809-8e4a-0410-9a64-c169741eb0fc
-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() {