Rename pvc-daemon to pvc-daemon-node and pvc-api to pvc-daemon-api. Closes #79
		
			
				
	
	
		
			6 lines
		
	
	
		
			189 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			189 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| # Remove any cached CPython directories or files
 | |
| echo "Cleaning up existing CPython files"
 | |
| find /usr/share/pvc -type d -name "__pycache__" -exec rm -rf {} \; &>/dev/null || true
 |