File: post

package info (click to toggle)
lg-issue47 2-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,768 kB
  • ctags: 237
  • sloc: ansic: 232; sh: 122; makefile: 36; perl: 9
file content (9 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (2)
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/issue47/lg_toc47.html
fi
# don't worry if we fail
exit 0