X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=debian%2Fconfig;h=57fd21d0a7bd9c1f6b98256f2fd797216423390a;hb=6f33a81fa948039f42f38cb96f736820be524539;hp=c4a0c8ae0d31303f02b56efefc73e97e5186b9b6;hpb=9d82930091c8cce4fc56c6f9e3cf46e68ca0bcb3;p=pkg%2Fabook.git diff --git a/debian/config b/debian/config index c4a0c8a..57fd21d 100644 --- a/debian/config +++ b/debian/config @@ -1,5 +1,7 @@ #!/bin/sh -e # config script for abook +# copyright 2012 by Gerfried Fuchs +# Licenced under WTFPLv2 action=$1 version=$2 @@ -7,11 +9,10 @@ version=$2 # Source debconf library. . /usr/share/debconf/confmodule -if [ "$action" = "configure" -a -n "$version" ]; then - if dpkg --compare-versions "$version" lt "0.5.0"; then - db_input medium abook/files_moved || true - db_go - fi -fi +db_unregister abook/files_moved || true + +# create the /etc/Muttrc.d/ snippet? +db_input medium abook/muttrc.d || true +db_go exit 0