File: telnet-ssl.postinst

package info (click to toggle)
netkit-telnet-ssl 0.17.41%2B0.2-3.3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 4,672 kB
  • sloc: cpp: 6,952; ansic: 6,720; sh: 203; makefile: 64
file content (9 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

update-alternatives --install /usr/bin/telnet telnet /usr/bin/telnet-ssl 110 \
		    --slave /usr/share/man/man1/telnet.1.gz telnet.1.gz \
				/usr/share/man/man1/telnet-ssl.1.gz

#DEBHELPER#