mirror of
				https://github.com/limosek/zaf.git
				synced 2025-10-31 17:47:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			86 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			86 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| case $1 in
 | |
| remove)
 | |
| 	rm -rf /usr/lib/zaf/plugins /usr/lib/zaf/repo
 | |
| 	;;
 | |
| esac
 | 
