File: lib.postinst

package info (click to toggle)
lintian 1.23.28%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 2,044 kB
  • ctags: 295
  • sloc: perl: 5,038; makefile: 702; python: 431; sh: 329; ansic: 30; tcl: 4; sed: 1
file content (10 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (124)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

$PKG=libbaz1

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