]> git.donarmstrong.com Git - dak.git/blob - debian/postinst
daklib/upload.py: Use common base class for all exception.
[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