Package: gdm
Version: 2.6.0.6
Severity: minor
Tags: patch

if the question shared/default-x-display-manager do not exist => prerm failed

with the patch dpkg -P gdm works

sylvain
--- debian/prerm	2005-03-17 11:21:36.000000000 +0100
+++ debian/prerm~	2005-03-17 11:06:36.000000000 +0100
@@ -18,7 +18,7 @@
   if [ -e /usr/share/debconf/confmodule ]; then
     . /usr/share/debconf/confmodule
     # disown this question
-    db_unregister shared/default-x-display-manager || true
+    db_unregister shared/default-x-display-manager
     # does the question still exist?
     if db_get shared/default-x-display-manager; then
       db_metaget shared/default-x-display-manager owners

Reply via email to