From 23288ac043cc5118624cb6893aba4ea85a46b7e0 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Thu, 1 Sep 2022 15:52:21 -0400 Subject: [PATCH] Added DEBHELPER token to postinst script --- build/scripts/postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/scripts/postinst b/build/scripts/postinst index 92ead13..1b02eba 100755 --- a/build/scripts/postinst +++ b/build/scripts/postinst @@ -21,4 +21,6 @@ fi # Change the directory ownership of /etc chown -R adept:adept /etc/adept +#DEBHELPER# + exit 0