autoscripts/prerm-{py3,pypy}clean: Use sed instead of perl
Compare changes
Files
2+ 1
− 1
Using perl
in maintscripts is problematic because Perl may no longer
be installed in the future by the time the user purges the Python
packages that use dh-python
.
The specific use of perl
in these prerm maintscripts can be easily
replaced with an equivalent sed
invocation.