X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=debian%2Fconfig;h=5a2484f98d58ab080e908a1f01f0c20e9f510038;hb=ec21e25ffd8fe61704ae3588bcad4570de2946ac;hp=c4a0c8ae0d31303f02b56efefc73e97e5186b9b6;hpb=9d82930091c8cce4fc56c6f9e3cf46e68ca0bcb3;p=pkg%2Fabook.git diff --git a/debian/config b/debian/config index c4a0c8a..5a2484f 100644 --- a/debian/config +++ b/debian/config @@ -7,11 +7,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