Began updating 2.2 Debian build scripts for 2.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		
							
								
								
									
										8
									
								
								debian/libwxgtk-python.prerm
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								debian/libwxgtk-python.prerm
									
									
									
									
										vendored
									
									
								
							@@ -2,8 +2,12 @@
 | 
			
		||||
 | 
			
		||||
set -e
 | 
			
		||||
 | 
			
		||||
WXPYTHONDIR="/usr/lib/python1.5/site-packages/wxPython"
 | 
			
		||||
find ${WXPYTHONDIR} -name "*.py?" -exec rm -f {} \;
 | 
			
		||||
PACKAGE="libwxgtk=V-python"
 | 
			
		||||
 | 
			
		||||
dpkg --listfiles $PACKAGE |
 | 
			
		||||
	awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
 | 
			
		||||
	xargs rm -f >&2
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#DEBHELPER#
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user