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