distribute the en_OV locale

This commit is contained in:
Martinez 2015-12-05 10:36:49 +01:00
parent ca28ca1680
commit 9e86abf745
2 changed files with 160 additions and 3 deletions

View file

@ -25,12 +25,14 @@ src_install() {
insinto /usr/share/${PN}
insopts -m755
doins data
doins *-init
doins zsh-init
insinto /usr/share/i18n/locales/
doins en_OV
}
pkg_postinst() {
einfo "Source the appropriate /usr/share/${PN}/*-init"
einfo "(depending on which shell you're running) to enable the prompt."
einfo "Source /usr/share/${PN}/zsh-init to enable the prompt."
einfo "If you wish, write the following into /etc/over/prompt.cfg:"
einfo ""
einfo "export OVER_PROMPT_OPTS=\"A B C\""