/usr/share/debhelper/autoscripts/prerm-php is in dh-php 0.10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 | for conf in #NAMES#; do
dpkg-maintscript-helper rm_conffile /etc/php/mods-available/${conf}.ini -- "$@"
done
|