fastapi-dls/DEBIAN/postrm

9 lines
122 B
Plaintext
Raw Normal View History

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