]> git.donarmstrong.com Git - dak.git/blob - debian/postinst
Debian_arch_to_Debian_triplet: handle linux-${arch}
[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