summarylogtreecommitdiffstats
path: root/librewolf-bin.install
blob: 7c229d31b5a1010202c54ab98993a8c35481a6cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_upgrade() {
  echo ">>    创建新的服务文件 /etc/systemd/system/easytier-example.service"
	echo ">>    根据需要修改 ExecStart 后面的命令行参数"
  echo ">>    查看 https://www.easytier.top/guide/network/install-as-a-systemd-service.html"
  echo ">>    获取更多的帮助信息。"
  echo ">>    Create a new service file /etc/systemd/system/easytier-example.service"
	echo ">>    and modify the command line parameters after ExecStart as needed"
  echo ">>    Check out https://www.easytier.top/guide/network/install-as-a-systemd-service.html"
  echo ">>    for more information on this."
}

post_install() {
  post_upgrade
}