~ubuntu-branches/ubuntu/karmic/postfix/karmic-security

« back to all changes in this revision

Viewing changes to debian/postfix-doc.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2008-09-07 14:02:15 UTC
  • mfrom: (29.1.21 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080907140215-d9zf8bj803ditke5
Tags: 2.5.5-1.1
* Non-maintainer upload.
* Add rsyslog.d config snipped to create a /dev/log syslog socket in the
  postfix chroot.  Also, add a note about other syslog daemons to
  README.Debian.  Closes: #311812

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
case "$1" in
19
19
    remove|upgrade|deconfigure)
20
 
#       install-info --quiet --remove /usr/info/#PACKAGE#.info.gz
 
20
        if [ -x /usr/sbin/postconf ]; then
 
21
            postconf -e readme_directory=no html_directory=no
 
22
        fi
21
23
        ;;
22
24
    failed-upgrade)
23
25
        ;;