/usr/share/debhelper/autoscripts/postrm-monoxsp4 is in dh-xsp 4.2-2build1.
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 | if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then
if [ -x /usr/sbin/mono-xsp4-update ]; then
/usr/sbin/mono-xsp4-update || true
fi
if [ -x /usr/sbin/mono-server4-update ]; then
/usr/sbin/mono-server4-update || true
fi
fi
|