File: postinst.ftplib

package info (click to toggle)
ftplib 3.1-1-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 648 kB
  • ctags: 597
  • sloc: ansic: 2,990; python: 152; makefile: 149; sh: 30
file content (12 lines) | stat: -rw-r--r-- 236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set -e

if [ "$1" = configure ]; then
    ldconfig

    if [ -d /usr/doc -a ! -e /usr/doc/##PACKAGE## -a \
         -d /usr/share/doc/##PACKAGE## ]; then
        ln -sf ../share/doc/##PACKAGE## /usr/doc/##PACKAGE##
    fi

fi