mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 02:16:07 +00:00 
			
		
		
		
	added basic debian package setup and pipeline
This commit is contained in:
		
							
								
								
									
										8
									
								
								DEBIAN/postrm
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										8
									
								
								DEBIAN/postrm
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
if [[ -d /etc/fastapi-dls ]]; then
 | 
			
		||||
  echo "> Removing config directory."
 | 
			
		||||
  rm -r /etc/fastapi-dls
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# todo
 | 
			
		||||
		Reference in New Issue
	
	Block a user