File: post

package info (click to toggle)
lg-issue66 2-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,008 kB
  • ctags: 146
  • sloc: python: 85; perl: 77; makefile: 36; sh: 25
file content (9 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (106)
1
2
3
4
5
6
7
8
9
#!/bin/sh

#DEBHELPER#

if [ -x /usr/lib/lg/fixlinks ]; then
  /usr/lib/lg/fixlinks /usr/share/doc/lg/lg_index.html  /usr/share/doc/lg/issueXX/lg_tocXX.html
fi
# don't worry if we fail
exit 0