summaryrefslogtreecommitdiffstats
path: root/debian/postinst
blob: 257f2d783d6b13dd74319bc0c9b99ec576b9cf0a (plain)
1
2
3
4
5
6
7
8
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#