File: check-script

package info (click to toggle)
debian-reference 2.128
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,588 kB
  • sloc: python: 586; makefile: 572; sh: 526; sed: 80
file content (15 lines) | stat: -rwxr-xr-x 546 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh -e
# check syntax of browser start script
/bin/dash -n /usr/bin/debian-reference
# check index.htmlnnd idex.en.html
test -r /usr/share/doc/debian-reference-common/docs/index.html
test -r /usr/share/doc/debian-reference-common/docs/index.en.html
# css
test -r /usr/share/doc/debian-reference-common/docs/images/home.png
# pdf
test -r /usr/share/doc/debian-reference-common/docs/debian-reference.en.pdf
# desktop
test -r /usr/share/applications/debian-reference-common.desktop
# manpage
test -r /usr/share/man/man1/debian-reference.1.gz