diff --git a/.DEBIAN/postrm b/.DEBIAN/postrm index 7c21ae7..63ca44f 100755 --- a/.DEBIAN/postrm +++ b/.DEBIAN/postrm @@ -5,4 +5,9 @@ if [ -f /etc/systemd/system/fastapi-dls.service ]; then rm /etc/systemd/system/fastapi-dls.service fi +if [ -d /usr/share/fastapi-dls ]; then + echo "> Removing app." + rm -r /usr/share/fastapi-dls +fi + # todo