~ubuntu-branches/ubuntu/edgy/sawfish/edgy

« back to all changes in this revision

Viewing changes to debian/sawfish-gnome.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2002-01-20 17:42:28 UTC
  • Revision ID: james.westby@ubuntu.com-20020120174228-1bge7pasjun191qn
Tags: 1.0.1.20020116-3
* Add an epoch to libcapplet-dev (Closes: #130123)
* Install sawfish-xgettext and add python on build-depnds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
if [ "$1" = "remove" ]; then
 
4
  install-info --quiet --remove /usr/share/info/sawfish.info
 
5
 
 
6
# Because dh_installwm don't remove a slave manpage
 
7
  update-alternatives --remove x-window-manager /usr/bin/sawfish \
 
8
  --slave /usr/share/man/man1/x-window-manager.1.gz \
 
9
  x-window-manager.1.gz /usr/share/man/man1/sawfish.1.gz
 
10
 
 
11
fi
 
12
 
 
13
#DEBHELPER#
 
14
 
 
15
exit 0