debian/libnss-mdns.postrm: Replace perl with sed invocation
Using perl in maintscripts is problematic because Perl may no longer
be installed in the future by the time the user purges the libnss-mdns
package.
The specific use of perl in this maintscript can be easily replaced
with an equivalent sed invocation.