r1: [svn-inject] Installing original source of pine-cn
[pine-cn.git] / debian / postinst
1 #!/bin/sh -e
2
3 if [ "$1" = "configure" ]; then
4   update-alternatives --install /usr/bin/pico pico /usr/bin/nano 50 \
5     --slave /usr/share/man/man1/pico.1.gz pico.1.gz /usr/share/man/man1/nano.1.gz
6 fi