From 918b8c585d492593a160310c08a1a4dbebab2c05 Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Sat, 5 Feb 2022 05:17:30 +0000 Subject: [PATCH] Add removal message --- homeassistant-supervised/DEBIAN/postrm | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant-supervised/DEBIAN/postrm b/homeassistant-supervised/DEBIAN/postrm index 0155ec8..06bd88b 100755 --- a/homeassistant-supervised/DEBIAN/postrm +++ b/homeassistant-supervised/DEBIAN/postrm @@ -30,5 +30,6 @@ remove|abort-install|disappear) info Undo divert on "$@" undo_divert reset_debconf_selections + info "Removal complete, you will need to manually the containers created by the supervisor" ;; esac