]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/prerm-python
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / autoscripts / prerm-python
index 0dc12731b4a8b4a2b14912fc84254ca59fc08457..e6e779f8c5635ae949ea03d9372ac4b0fdf00f15 100644 (file)
@@ -1,5 +1,3 @@
-if [ "$1" = remove ]; then
-       dpkg -L #PACKAGE# |
-               awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
-               xargs rm -f >&2
-fi
+dpkg -L #PACKAGE# |
+       awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
+       xargs rm -f >&2