X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=debian%2Fconfig;h=5a2484f98d58ab080e908a1f01f0c20e9f510038;hb=ec21e25ffd8fe61704ae3588bcad4570de2946ac;hp=05bb732aa9afdb3e1a8a663c59c89d1ac793dea7;hpb=c6f9aac99da7e21fb3d717fe82f80382361a5dff;p=pkg%2Fabook.git diff --git a/debian/config b/debian/config index 05bb732..5a2484f 100644 --- a/debian/config +++ b/debian/config @@ -7,11 +7,10 @@ version=$2 # Source debconf library. . /usr/share/debconf/confmodule -if [ "$action" = "configure" ] && [ -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