added remove "/usr/share/fastapi-dls" to "postrm"

This commit is contained in:
Oscar Krause 2023-01-17 14:57:54 +01:00
parent d69d833923
commit 1e4070a1ba
1 changed files with 5 additions and 0 deletions

View File

@ -5,4 +5,9 @@ if [ -f /etc/systemd/system/fastapi-dls.service ]; then
rm /etc/systemd/system/fastapi-dls.service rm /etc/systemd/system/fastapi-dls.service
fi fi
if [ -d /usr/share/fastapi-dls ]; then
echo "> Removing app."
rm -r /usr/share/fastapi-dls
fi
# todo # todo