diff --git a/debian/postrm b/debian/postrm index 2bbdd496b..cf2b6afe7 100644 --- a/debian/postrm +++ b/debian/postrm @@ -6,6 +6,8 @@ if [ "$1" = "purge" ]; then update-rc.d yunohost-firewall remove >/dev/null fi +rm -f /etc/yunohost/installed + #DEBHELPER# exit 0