File: postinst

package info (click to toggle)
netkit-ntalk 0.17-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 292 kB
  • ctags: 264
  • sloc: ansic: 2,222; makefile: 99; sh: 78
file content (11 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e
# $Id: postinst,v 1.1 2000/05/04 03:05:04 herbert Exp $

if [ "$1" != upgrade ] || dpkg --compare-versions "$2" lt 0.16-1; then
	update-alternatives --install /usr/bin/talk talk \
				      /usr/bin/netkit-ntalk 100 \
			    --slave /usr/share/man/man1/talk.1.gz talk.1.gz \
				    /usr/share/man/man1/netkit-ntalk.1.gz
fi

#DEBHELPER#