File: post

package info (click to toggle)
lg-issue21 4-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 892 kB
  • ctags: 108
  • sloc: makefile: 36; sh: 4
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