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

(-)fdo-mime.eclass (+8 lines)
Lines 33-35 Link Here
33
		"${ROOT}/usr/bin/update-mime-database" "${ROOT}/usr/share/mime"
33
		"${ROOT}/usr/bin/update-mime-database" "${ROOT}/usr/share/mime"
34
	fi
34
	fi
35
}
35
}
36
37
# @FUNCTION: fdo_update
38
# @DESCRIPTION:
39
# Update the desktop and mime database, wrapper function.
40
fso_update() {
41
	fdo-mime_desktop_database_update
42
	fdo-mime_mime_database_update
43
}

Return to bug 233933