updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / mystar / mystar.install
blobd7f842fd0b6cea1da0b94be25fe92f5c81056e3c
1 post_install() {
2 if [ "`locale | grep zh_CN`" ] || [ "`locale | grep zh_TW`" ]; then
3         echo "==> 请注意:"
4         echo 
5         echo "      请先修改配置文件/etc/mystar.conf,然后使用root权限"
6         echo "  运行mystar,如果没有问题,就可以使用/etc/rc.d/mystar作"
7         echo "  为服务,或者添加到rc.conf里面的DAEMONS里面开机启动。 "
8         echo 
9 else
10         echo "==> Installation notes:"
11         echo ""
12         echo "    Please run /usr/bin/mystar as root, and "
13         echo "  don't forget to edit /etc/mystar.conf first. if "
14         echo "  there is no problem running mystar, you can"
15         echo "  use /etc/rc.d/mystar or add "mystar" to "
16         echo "  DAEMONS in rc.conf.  "
17         echo
21 post_upgrade() {
22         post_install $1
25 op=$1
26 shift
27 $op $*