]> git.deb.at Git - pkg/t-prot.git/blob - debian/config
Merge branch 'upstream'
[pkg/t-prot.git] / debian / config
1 #!/bin/sh -e
2 # debconf config file for t-prot
3 # Copyright 2002-2009 by Gerfried Fuchs <rhonda@debian.at>
4 # Licenced BSD style
5
6 # Source debconf library.
7 . /usr/share/debconf/confmodule
8
9 # make the /etc/Muttrc.d/ symlink?
10 db_input medium t-prot/muttrc.d || true
11 db_go
12
13 exit 0