summaryrefslogtreecommitdiff
path: root/debian/libgconf10.postinst
blob: d6aa4d6fede8b97c95e5eb3ff82c9a997e1eb53f (plain)
1
2
3
4
5
6
7
#!/bin/sh

/sbin/ldconfig
GCONF_CONFIG_SOURCE="xml::/etc/gconf/gconf.xml.defaults" /usr/bin/gconftool --makefile-install-rule /etc/gconf/schemas/desktop.schemas >/dev/null

#DEBHELPER#