Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 132862
Collapse All | Expand All

(-)gnome2.eclass (+10 lines)
Lines 118-123 Link Here
118
			fi
118
			fi
119
		done
119
		done
120
	fi
120
	fi
121
122
	# have gconf reload the new schemas
123
	ebegin "Reloading GConf schemas"
124
	killall -HUP gconfd-2
125
	rv=$?
126
	eend $rv
127
128
	if [[ $rv -eq 1 ]]; then
129
		einfo "GConf not running or another error occurred."
130
	fi
121
}
131
}
122
132
123
gnome2_gconf_uninstall() {
133
gnome2_gconf_uninstall() {

Return to bug 132862