summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-gconf-defaults
blob: eff244a50cb1b669a882900d3a1d0116ad3cd2ff (plain)
1
2
3
if [ "$1" = "configure" ] && which update-gconf-defaults >/dev/null 2>&1; then
	update-gconf-defaults #OPT#
fi