~ubuntu-branches/ubuntu/karmic/w9wm/karmic

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drieu
  • Date: 2004-01-26 16:08:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040126160831-l4xv51ft6za0l3en
Tags: 0.4.2-3
Fix menu entry (closes: #229359)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh -e
2
2
 
3
 
# We do not use dh_installwm since it does not handle slaves
4
3
if [ "$1" = configure ]; then
5
4
    update-alternatives --install /usr/bin/x-window-manager \
6
 
            x-window-manager /usr/X11R6/bin/w9wm 20 \
 
5
            x-window-manager /usr/bin/w9wm 20 \
7
6
        --slave /usr/share/man/man1/x-window-manager.1.gz \
8
 
            x-window-manager.1.gz /usr/X11R6/man/man1/w9wm.1.gz
 
7
            x-window-manager.1.gz /usr/share/man/man1/w9wm.1.gz
9
8
fi
10
9
 
11
10
#DEBHELPER#