repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Wed Jan 18 20:10:41 UTC 2012
[aur-mirror.git]
/
esperanto-locale
/
esperanto-locale.install
blob
fcb2e71453e86b14690c45bf0b8c8fe796d56a0b
1
post_install() {
2
sed -i "/en_ZW ISO-8859-1/a eo UTF-8" /etc/locale.gen
3
locale-gen
4
echo
5
echo "Don't forget to change the \"LOCALE\" field of your /etc/rc.conf to \"eo.utf8\" if"
6
echo "you want the esperanto locale be the default."
7
}
8
9
post_remove() {
10
sed -i "/eo UTF-8/d" /etc/locale.gen
11
locale-gen
12
}