File: postinst

package info (click to toggle)
s3mod 1.09-14
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 256 kB
  • ctags: 354
  • sloc: ansic: 2,919; makefile: 153; sh: 8
file content (7 lines) | stat: -rw-r--r-- 181 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh

if [ "$1" = "configure" ]; then
    if [ -d /usr/doc -a ! -e /usr/doc/s3mod -a -d /usr/share/doc/s3mod ]; then
        ln -sf ../share/doc/s3mod /usr/doc/s3mod
    fi
fi