|
|
|
#!/bin/sh if [ "$1" = remove ] || [ "$1" = deconfigure ]; then update-alternatives --remove telnet /usr/bin/telnet-ssl fi # Automatically added by dh_installdocs if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/telnet-ssl ]; then rm -f /usr/doc/telnet-ssl fi # End automatically added section
| Results 1 - 1 |