prerm is in epic4 1:2.10.2-1.
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 | #!/bin/sh
set -e
update-alternatives --remove irc /usr/bin/epic4
update-alternatives --remove epic4-default.irc /etc/epic4/epic4.irc
|