]> git.donarmstrong.com Git - dak.git/blob - debian/postinst
dak/generate_index_diffs.py: stop using deprecated settings from dak.conf
[dak.git] / debian / postinst
1 #!/bin/sh
2
3 set -e
4
5 if [ "$1" = "configure" ]; then
6       # Default (blank) files so that programs at least run --help and stuff
7       touch /etc/dak/dak.conf
8 fi