mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 06:06:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			181 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			181 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
# is removed automatically
 | 
						|
#if [ "$1" = purge ] && [ -d /usr/share/fastapi-dls ]; then
 | 
						|
#  echo "> Removing app."
 | 
						|
#  rm -r /usr/share/fastapi-dls
 | 
						|
#fi
 | 
						|
 | 
						|
echo -e "> Done."
 |