~ubuntu-branches/ubuntu/warty/matchbox/warty

« back to all changes in this revision

Viewing changes to debian/matchbox.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2004-02-16 01:27:37 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040216012737-fakbjc1vs72vcz2w
Tags: 1:0.6.2-1.1
* Non-Maintainer Upload.
* Add -fPIC to libmb.so linker flags. (Closes: #227920)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
if [ "$1" = "configure" ]; then
 
4
        update-alternatives \
 
5
                --install /usr/bin/x-window-manager \
 
6
                          x-window-manager \
 
7
                          /usr/bin/matchbox \
 
8
                          50 \
 
9
                --slave /usr/share/man/man1/x-window-manager.1.gz \
 
10
                        x-window-manager.1.gz \
 
11
                        /usr/share/man/man1/matchbox.1.gz
 
12
fi
 
13
 
 
14
#DEBHELPER#