From cbc2e88fe750160adad66d8f8648493856e78c88 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Thu, 4 Feb 2010 18:02:16 +0100 Subject: [PATCH] Debian package: Support xulrunner 1.9.2 also in the scripts --- debian/conkeror.bin | 2 +- debian/conkeror.bug-script | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/conkeror.bin b/debian/conkeror.bin index 38ef3d3..11b2fe8 100644 --- a/debian/conkeror.bin +++ b/debian/conkeror.bin @@ -4,7 +4,7 @@ # Find an appropriate xulrunner binary XULRUNNER='' -for xr in xulrunner-1.9.1 xulrunner-1.9 xulrunner; do +for xr in xulrunner-1.9.1 xulrunner-1.9.2 xulrunner-1.9 xulrunner; do XRTMP=`which $xr` if [ -n "$XRTMP" -a -x "$XRTMP" ]; then if expr `$XRTMP --gre-version | cut -d . -f 1,2` '>=' 1.9 > /dev/null; then diff --git a/debian/conkeror.bug-script b/debian/conkeror.bug-script index fa089e5..96de002 100644 --- a/debian/conkeror.bug-script +++ b/debian/conkeror.bug-script @@ -3,3 +3,7 @@ if [ -x /usr/lib/xulrunner-1.9.1/reportbug-helper-script ]; then /usr/lib/xulrunner-1.9.1/reportbug-helper-script conkeror fi + +if [ -x /usr/lib/xulrunner-1.9.2/reportbug-helper-script ]; then + /usr/lib/xulrunner-1.9.2/reportbug-helper-script conkeror +fi -- 2.11.4.GIT