#!/bin/sh

set -e

find /etc/gconf/gconf.xml.defaults -type d -exec chmod go=rX {} \;

update-alternatives --install \
        /usr/bin/gconftool gconftool /usr/bin/gconftool-2 25

#DEBHELPER#
