File: postinst

package info (click to toggle)
httptunnel 3.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,104 kB
  • ctags: 307
  • sloc: ansic: 4,646; sh: 338; makefile: 88
file content (6 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh
if [ "$1" = "configure" ]; then
  if [ -d /usr/doc -a ! -e /usr/doc/httptunnel -a -d /usr/share/doc/httptunnel ]; then
    ln -sf ../share/doc/httptunnel /usr/doc/httptunnel
  fi
fi