File: postinst

package info (click to toggle)
yank 0.2.1-7.2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,268 kB
  • ctags: 1,394
  • sloc: ansic: 18,633; sh: 9,208; makefile: 360; perl: 218; sed: 93
file content (10 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

if [ "$1" = "configure" ]; then
	gconftool --shutdown
	GCONF_CONFIG_SOURCE="xml::/etc/gconf/gconf.xml.defaults" \
	gconftool --makefile-install-rule /etc/gconf/schemas/yank.schemas \
	> /dev/null 2>&1
fi

#DEBHELPER#