fastapi-dls/DEBIAN/postrm
2022-12-22 10:41:07 +01:00

9 lines
122 B
Bash
Executable File

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