/usr/src/gcc-4.7/debian/gcj-BV-jre-headless.postrm is in gcc-4.7-source 4.7.2-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | #! /bin/sh -e
case "$1" in
purge)
rm -f /var/lib/gcj-@BV@/classmap.db
esac
#DEBHELPER#
exit 0
|