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