blob: 2c329f140f0d9eaa65dd6afc2fcaebbd361698af (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo "Run 'kcptun-client-plugin upgrade' or 'kcptun-server-plugin upgrade' as root to download kcptun and udp2raw binaries"
echo "You can only have one set of binaries installed"
}
post_remove() {
echo "To remove kcptun and udp2raw binaries, run 'rm -r /usr/share/kcptun-plugin/bin' as root"
}
|