File: conkeror.bug-script

package info (click to toggle)
conkeror 0.9.2%2Bgit100804-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,680 kB
  • ctags: 1,182
  • sloc: sh: 547; ansic: 272; xml: 107; makefile: 79
file content (9 lines) | stat: -rw-r--r-- 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

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