File: metacity.postinst

package info (click to toggle)
metacity 2.3.89-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 596 kB
  • ctags: 16
  • sloc: sh: 282; makefile: 205
file content (12 lines) | stat: -rw-r--r-- 235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

set -e

if [ "$1" = configure ]; then
	HOME=/root GCONF_CONFIG_SOURCE=xml::/etc/gconf/gconf.xml.defaults /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/metacity.schemas > /dev/null
fi

#DEBHELPER#

exit 0