This file is indexed.

postrm is in juju-1-default 1.25.5-0ubuntu3.

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
if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then
  dpkg-divert --package juju-1-default --remove --rename \
  --divert /usr/bin/juju.default /usr/bin/juju
fi