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 Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git]
/
man-pages-zh
/
cman.install
blob
3af52fc8660084851bbe960add72ccfd5478257e
1
post_install() {
2
cp /etc/man.conf /etc/man.conf.bak
3
sed -i 's@/usr/bin/nroff@/usr/bin/groff-utf8 -Tutf8@' /etc/man.conf
4
5
}
6
post_upgrade(){
7
post_install $1
8
}
9
post_remove(){
10
cp /etc/man.conf.bak /etc/man.conf
11
}