From a72e7753f8e24f4664e56ce2bf1b7698c926e1e9 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 7 Jul 2017 15:28:48 +0000 Subject: [PATCH] Remove install flag in /etc/yunohost when uninstall yunohost --- debian/postrm | 2 ++ 1 file changed, 2 insertions(+) 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