This file is indexed.

prerm is in rsh-client 0.17-15.

This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
#!/bin/sh -e
# $Id: rsh-client.prerm,v 1.2 2001/02/24 13:04:45 herbert Exp $

if [ "$1" = remove ] || [ "$1" = deconfigure ]; then
	update-alternatives --remove rcp /usr/bin/netkit-rcp
	update-alternatives --remove rsh /usr/bin/netkit-rsh
	update-alternatives --remove rlogin /usr/bin/netkit-rlogin
fi