forked from oscar.krause/fastapi-dls
added remove "/usr/share/fastapi-dls" to "postrm"
This commit is contained in:
parent
d69d833923
commit
1e4070a1ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user