repo.or.cz
/
conkeror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Debian package: Add missing dependency on sensible-utils
[conkeror.git]
/
debian
/
conkeror.bug-script
blob
4aff3f3f800d87dfeb2d6130ecabe5d02bcd507f
1
#!/bin/sh
2
3
for
xrrbhs
in
/
usr
/
lib
/
xulrunner-
*/
reportbug-helper-script
/
usr
/
shar
e
/
bug
/
iceweasel
/
script
;
do
4
if
[
-x
"
$xrrbhs
"
];
then
5
echo
"Calling '
$xrrbhs
conkeror'"
>&
3
6
"
$xrrbhs
"
conkeror
7
fi
8
done