~ubuntu-branches/ubuntu/karmic/zsh/karmic

« back to all changes in this revision

Viewing changes to debian/doc.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-06-02 10:40:25 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602104025-lg6wynxpzqi08k2i
Tags: 4.3.10-1ubuntu1
* Resynchronise with Debian. Remaining changes:
  + debian/zshrc: Enable completions by default, unless
    skip_global_compinit is set

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
case "$1" in
4
4
    remove|deconfigure)
5
5
        install-info --quiet --remove /usr/share/info/zsh.info.gz
6
 
        if test -x /usr/sbin/install-docs ; then install-docs -r zsh ; fi
7
6
    ;;
8
7
    upgrade)
9
 
        if test -x /usr/sbin/install-docs ; then install-docs -r zsh ; fi
10
8
    ;;
11
9
 
12
10
    failed-upgrade)