]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/prerm-python
r1872: * dh_shlibdeps: pass -tudeb to dpkg-shlibdeps for udebs. Closes: #345472
[debhelper.git] / autoscripts / prerm-python
1 dpkg -L #PACKAGE# |
2         awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
3         xargs rm -f >&2