File: postinst.shd

package info (click to toggle)
newt 0.50.17-9.6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 572 kB
  • ctags: 1,065
  • sloc: ansic: 7,315; python: 537; makefile: 402; sh: 229
file content (12 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

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

set -e
if [ "$1" = "configure" ]; then
 ldconfig
fi