mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Remove install flag in /etc/yunohost when uninstall yunohost
This commit is contained in:
parent
da973e69a7
commit
a72e7753f8
1 changed files with 2 additions and 0 deletions
2
debian/postrm
vendored
2
debian/postrm
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue