Package: postfix-doc
Version: 2.4.6-2
Followup-For: Bug #453805

fix is attached

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-5-xen-686 (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information
--- /var/lib/dpkg/info/postfix-doc.postinst     2007-11-30 09:10:13.000000000 
+0100
+++ /var/tmp/postfix-doc.postinst       2007-12-05 09:11:50.000000000 +0100
@@ -24,8 +24,10 @@
 
 case "$1" in
     configure)
-       postconf -e     readme_directory=/usr/share/doc/postfix \
-                       html_directory=/usr/share/doc/postfix/html
+       if [ -x /usr/sbin/postconf ]; then
+               postconf -e     readme_directory=/usr/share/doc/postfix \
+                               html_directory=/usr/share/doc/postfix/html
+       fi
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)

Reply via email to