]> git.deb.at Git - pkg/abook.git/blob - debian/config
Relicense packaging under WTFPLv2
[pkg/abook.git] / debian / config
1 #!/bin/sh -e
2 # config script for abook
3 # copyright 2012 by Gerfried Fuchs <rhonda@debian.org>
4 # Licenced under WTFPLv2
5
6 action=$1
7 version=$2
8
9 # Source debconf library.
10 . /usr/share/debconf/confmodule
11
12 db_unregister abook/files_moved || true
13
14 # create the /etc/Muttrc.d/ snippet?
15 db_input medium abook/muttrc.d || true
16 db_go
17
18 exit 0