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

(-)shared-mime-info-0.60.ebuild.orig (-1 / +4 lines)
Lines 47-54 Link Here
47
	elog
47
	elog
48
	elog "The database format has changed between 0.30 and 0.40."
48
	elog "The database format has changed between 0.30 and 0.40."
49
	elog "You may need to update all your local databases and caches."
49
	elog "You may need to update all your local databases and caches."
50
	elog "To do so, please run the following commands:"
50
	elog "To do so, please run the following command(s):"
51
	elog "(for each user) $ update-mime-database ~/.local/share/mime/"
51
	elog "(for each user) $ update-mime-database ~/.local/share/mime/"
52
	[[ -d ${ROOT}/usr/local/share/mime ]] && \
52
	elog "(as root)       # update-mime-database /usr/local/share/mime/"
53
	elog "(as root)       # update-mime-database /usr/local/share/mime/"
54
	elog "If one of the directories given on the above command line(s)"
55
	elog "does not exist, then no action is required."
53
	elog
56
	elog
54
}
57
}

Return to bug 309461