Files
fastapi-dls/DEBIAN/postrm
T

9 lines
122 B
Bash
Raw Normal View History

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