1
0
Fork 0
devscripts/debian/postinst
Daniel Baumann 545b7b0cdb
Adding debian version 2.25.15.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 11:04:08 +02:00

9 lines
177 B
Bash

#! /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#