git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			11 lines
		
	
	
		
			141 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			141 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
set -e
 | 
						|
 | 
						|
for PY in =PYVERS; do
 | 
						|
    update-alternatives --remove wx-python$PY.pth /usr/lib/wx/python$PY/wx=V.pth
 | 
						|
done
 | 
						|
 | 
						|
#DEBHELPER#
 | 
						|
 |