~ubuntu-branches/ubuntu/lucid/xzip/lucid

« back to all changes in this revision

Viewing changes to debian/prerm

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Schepler
  • Date: 2001-01-28 18:06:24 UTC
  • Revision ID: james.westby@ubuntu.com-20010128180624-vt3eikv78hkhmsok
Tags: 1:1.8.2-1
* New maintainer. (Closes: #82449)
* New upstream release. (Closes: #43285)
* Changed package description to include jzip as a possible text-mode
  interpreter.  Also, frotz is now in main. (Closes: #53431)
* Changed version numbering to correspond to what's used in the README
  file.
* Updated to standards version 3.2.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
if test "$1" = failed-upgrade; then
 
6
  mkdir -p /usr/X11R6/man/man6
 
7
  update-alternatives --remove zcode-interpreter /usr/bin/xzip
 
8
  update-alternatives --remove zcode-interpreter /usr/X11R6/bin/xzip
 
9
fi
 
10
 
 
11
update-alternatives --remove zcode-interpreter /usr/games/xzip
 
12
 
 
13
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) \
 
14
     -a -L /usr/doc/xzip ]; then
 
15
    rm -f /usr/doc/xzip
 
16
fi