File: postinst.ftplib-dev

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 (13 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
set -e

if test -x /usr/bin/update-menus; then
    update-menus
fi

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