]> git.decadent.org.uk Git - dak.git/blob - debian/postinst
ssh to buildd and run 'trigger.daily before we 'finish'. Drop merkel push. [rmurray...
[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       touch /etc/dak/apt.conf
9 fi