postrm is in nethack-el 1:0.9.5-3.
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
# Remove old configuration file (see #454707).
[ "$1" = "purge" ] && rm -f /etc/emacs/site-start.d/50nethack-el.el.old
exit 0
|