Import py-zinnia-0.05 as inputmethod/py-zinnia.
[pkgsrc.git] / inputmethod / canna-server-bin / INSTALL
1 #!/bin/sh
2 if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
3 (grep -v ^# /etc/services | grep 'canna.*5680' >/dev/null) ||   \
4         (echo "" >> /etc/services;                      \
5          echo "# canna package" >> /etc/services;       \
6          echo "canna            5680/tcp" >> /etc/services;     \
7          )