From 6835eb02543a2a4e7051c6366cd4613315e87020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 7 Feb 2022 20:34:31 +0100 Subject: d/sane-utils.postinst: Fix syntax error --- debian/sane-utils.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/sane-utils.postinst') diff --git a/debian/sane-utils.postinst b/debian/sane-utils.postinst index cde28cf..4d8e9b1 100644 --- a/debian/sane-utils.postinst +++ b/debian/sane-utils.postinst @@ -62,7 +62,7 @@ if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ]; then fi fi - if [ ! -d /var/lib/saned saned ] ; then + if [ ! -d /var/lib/saned ] ; then usermod -d /var/lib/saned saned fi -- cgit v1.2.3