Remove install flag in /etc/yunohost when uninstall yunohost

This commit is contained in:
Alexandre Aubin 2017-07-07 15:28:48 +00:00
parent da973e69a7
commit a72e7753f8

2
debian/postrm vendored
View file

@ -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