~ubuntu-branches/ubuntu/vivid/imaze/vivid

« back to all changes in this revision

Viewing changes to debian/imaze-xaw.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Wall
  • Date: 2005-02-08 12:36:21 UTC
  • Revision ID: james.westby@ubuntu.com-20050208123621-1a8qkvbtz27w1j94
Tags: 1.4-11
* New maintainer. (closes: #288335) 
* Adjusted package description.
* Switched to cddb.
* Adjusted menu files.

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/foo.info.gz
21
 
        update-alternatives --remove imaze /usr/games/imaze-xaw
 
20
    update-alternatives --remove imaze /usr/games/imaze-xaw
22
21
        ;;
23
22
    failed-upgrade)
24
23
        ;;
35
34
 
36
35
exit 0
37
36
 
38