diff options
author | Yiyao Yu | 2018-06-29 13:32:03 +0800 |
---|---|---|
committer | Yiyao Yu | 2018-06-29 13:32:03 +0800 |
commit | 03964ab61402cc2c1676353de0ff410e7a8cea97 (patch) | |
tree | 2b835ab7e72a98be9bdff884a356e2c4a3e6bd24 /kcptun-plugin.install | |
download | aur-03964ab61402cc2c1676353de0ff410e7a8cea97.tar.gz |
Initial commit
Diffstat (limited to 'kcptun-plugin.install')
-rw-r--r-- | kcptun-plugin.install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kcptun-plugin.install b/kcptun-plugin.install new file mode 100644 index 000000000000..2a43f4b324df --- /dev/null +++ b/kcptun-plugin.install @@ -0,0 +1,8 @@ +post_install() { + echo "Run 'kcptun-client-plugins upgrade' or 'kcptun-server-plugins 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/local/kcptun-plugin/bin' as root" +} |