~ubuntu-branches/ubuntu/dapper/vm/dapper

« back to all changes in this revision

Viewing changes to debian/prerm

  • Committer: Bazaar Package Importer
  • Author(s): Martin Meredith
  • Date: 2005-11-01 18:11:04 UTC
  • Revision ID: james.westby@ubuntu.com-20051101181104-ps7852br1ndp82pd
Tags: 7.19-7ubuntu2
* Added to postinst to compile .el files
  - Actually closes Malone 3129 (Note to self: remember to read the whole bug)

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 
97
97
    fi ;;
98
98
  deconfigure)
99
 
    if test "$2" != in-favour -o "$5" != removing; then
 
99
    if test "$2" != in-favour || test "$5" != removing; then
100
100
      echo "$0: undocumented call to \`prerm $*'" 1>&2
101
101
      exit 0
102
102
    fi