From e6d72a6228eb013caf2a90903b1e73cf61bef200 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Mon, 4 Mar 2024 16:16:16 +0000 Subject: [PATCH] debian/runlisp.postinst: Create `debconf' configuration with correct name. Organization: Straylight/Edgeware From: Mark Wooding --- debian/runlisp.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/runlisp.postinst b/debian/runlisp.postinst index 9288e1b..5e214ed 100755 --- a/debian/runlisp.postinst +++ b/debian/runlisp.postinst @@ -13,7 +13,7 @@ mode=$RET ;; esac } >/etc/runlisp/runlisp.d/8debconf.new -mv /etc/runlisp/runlisp.d/8debconf.new /etc/runlisp/runlisp.d/8debconf +mv /etc/runlisp/runlisp.d/8debconf.new /etc/runlisp/runlisp.d/8debconf.conf case $mode in none) ;; -- [mdw]