added basic debian package setup and pipeline

This commit is contained in:
Oscar Krause
2022-12-22 10:41:07 +01:00
parent d6d4cbc74a
commit f0fdfafaed
6 changed files with 156 additions and 3 deletions

8
DEBIAN/postrm Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
if [[ -d /etc/fastapi-dls ]]; then
echo "> Removing config directory."
rm -r /etc/fastapi-dls
fi
# todo