]> git.deb.at Git - pkg/t-prot.git/blob - debian/config
finalize
[pkg/t-prot.git] / debian / config
1 #!/bin/sh
2 # debconf config file for t-prot
3 # Copyright 2002-2010 by Rhonda D'Vine <rhonda@debian.org>
4 # Licenced under WTFPLv2
5
6 set -e
7
8 # Source debconf library.
9 . /usr/share/debconf/confmodule
10
11 # make the /etc/Muttrc.d/ symlink?
12 db_input medium t-prot/muttrc.d || true
13 db_go
14
15 exit 0