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