~ubuntu-branches/ubuntu/dapper/gconf/dapper

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Takuo KITAME
  • Date: 2002-03-17 01:51:39 UTC
  • Revision ID: james.westby@ubuntu.com-20020317015139-d551irnwyi2p65aw
Tags: 1.0.9-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
find /etc/gconf/gconf.xml.defaults -type d | xargs chmod go=rX 
 
6
 
 
7
update-alternatives --install \
 
8
        /usr/bin/gconftool gconftool /usr/bin/gconftool-1 50 \
 
9
        --slave /usr/share/man/man1/gconftool.1.gz gconftool.1.gz /usr/share/man/man1/gconftool-1.1.gz
 
10
 
 
11
 
 
12
#DEBHELPER#