From 13305db9984a84233e84fea564bd7bc7e97c040d Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 23 Oct 2021 16:28:37 +0200 Subject: [PATCH] remove trailing spaces --- debian/postinst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/debian/postinst b/debian/postinst index a5c411ec..1abd69f9 100755 --- a/debian/postinst +++ b/debian/postinst @@ -27,19 +27,19 @@ case "$1" in touch $LOG chown root:adm ${LOG}* chmod 640 ${LOG}* - + # Note regarding changed configuration file # Note regarding changed configuration file if [ ! -z $preversion ]; then if dpkg --compare-versions $preversion lt 0.7.1-1; then cat <