From 7c462db9804d92a45fcd127a3f60e7117616aba9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:01:12 +0200 Subject: Adding debian version 2.23.4+deb12u1. Signed-off-by: Daniel Baumann --- debian/postinst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 debian/postinst (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst new file mode 100644 index 0000000..257f2d7 --- /dev/null +++ b/debian/postinst @@ -0,0 +1,9 @@ +#! /bin/sh + +set -e + +if [ "$1" = configure ] && [ -z "$2" ] && [ ! -f /etc/devscripts.conf ]; then + cp /usr/share/devscripts/conf.default /etc/devscripts.conf +fi + +#DEBHELPER# -- cgit v1.2.3