prerm is in bootp 2.4.3-18build1.
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 | #!/bin/sh -e
# $Id: prerm,v 1.1 1999/03/14 04:26:30 herbert Exp $
update-inetd --disable bootp
|