Debian: Declare compliance with Debian Policy 4.1.1
[conkeror.git] / debian / conkeror.bug-script
blob4aff3f3f800d87dfeb2d6130ecabe5d02bcd507f
1 #!/bin/sh
3 for xrrbhs in /usr/lib/xulrunner-*/reportbug-helper-script /usr/share/bug/iceweasel/script; do
4 if [ -x "$xrrbhs" ]; then
5 echo "Calling '$xrrbhs conkeror'" >&3
6 "$xrrbhs" conkeror
7 fi
8 done