From 118c447a667367c15dbddf970b69e4ab9afd4d08 Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Sat, 5 Feb 2022 05:28:49 +0000 Subject: [PATCH] add detail to message --- homeassistant-supervised/DEBIAN/postrm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant-supervised/DEBIAN/postrm b/homeassistant-supervised/DEBIAN/postrm index 06bd88b..58cc9f9 100755 --- a/homeassistant-supervised/DEBIAN/postrm +++ b/homeassistant-supervised/DEBIAN/postrm @@ -30,6 +30,7 @@ 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" + info "Removal complete, due to the complexity of this installation method," + info "you will need to manually the containers created by the supervisor" ;; esac