/usr/share/debhelper/autoscripts/postrm-ubuntu-defaults-divert is in ubuntu-defaults-builder 0.30.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 | if [ "$1" = remove -o "$1" = abort-install -o "$1" = disappear ]; then
dpkg-divert --package PACKAGE --rename --divert FILE.ubuntu-defaults --remove FILE
fi
|