fastapi-dls/.DEBIAN/postrm

10 lines
181 B
Plaintext
Raw Normal View History

#!/bin/bash
2023-01-18 06:58:30 +00:00
# is removed automatically
#if [ "$1" = purge ] && [ -d /usr/share/fastapi-dls ]; then
# echo "> Removing app."
# rm -r /usr/share/fastapi-dls
#fi
2023-01-18 07:07:55 +00:00
echo -e "> Done."