~ubuntu-branches/ubuntu/lucid/sawfish/lucid-updates

« back to all changes in this revision

Viewing changes to debian/sawfish-gnome.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2005-02-23 16:16:46 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050223161646-4id6qyw4h9lkvb0v
Tags: 1:1.3+cvs20050222-1
* New cvs release.
* Add an emacs initialisation script to load sawfish.el (Closes: #295290)
* Updated sawfish.el to 1.32

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