]> git.deb.at Git - pkg/abook.git/blobdiff - debian/config
Imported Debian patch 0.5.6-1
[pkg/abook.git] / debian / config
index 05bb732aa9afdb3e1a8a663c59c89d1ac793dea7..5a2484f98d58ab080e908a1f01f0c20e9f510038 100644 (file)
@@ -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