File: postinst

package info (click to toggle)
authbind 1.1.5.2-0.1
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 92 kB
  • ctags: 69
  • sloc: ansic: 296; makefile: 110; sh: 15
file content (8 lines) | stat: -rw-r--r-- 187 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh
if [ "$1" = "configure" ]; then
  if [ -d /usr/doc -a ! -e /usr/doc/authbind -a -d /usr/share/doc/authbind ];
  then
    ln -sf ../share/doc/authbind /usr/doc/authbind
  fi
fi