updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / man-pages-zh / cman.install
blob3af52fc8660084851bbe960add72ccfd5478257e
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     
6 post_upgrade(){
7     post_install $1
9 post_remove(){
10     cp /etc/man.conf.bak /etc/man.conf