summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYiyao Yu2018-11-16 09:46:55 -0500
committerYiyao Yu2018-11-16 09:46:55 -0500
commit1250c7a4c98ebd46d7280dc2f57f06abc5bc17f8 (patch)
tree2d8fed4e00c9cf04154e011239078f6517359366
parenta4546e886d1292572576edfd4369fdec446fb925 (diff)
downloadaur-1250c7a4c98ebd46d7280dc2f57f06abc5bc17f8.tar.gz
Changed uninstall message to match new directory
-rw-r--r--kcptun-plugin.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcptun-plugin.install b/kcptun-plugin.install
index 2afb20ea34c3..2c329f140f0d 100644
--- a/kcptun-plugin.install
+++ b/kcptun-plugin.install
@@ -4,5 +4,5 @@ post_install() {
}
post_remove() {
- echo "To remove kcptun and udp2raw binaries, run 'rm -r /usr/local/kcptun-plugin/bin' as root"
+ echo "To remove kcptun and udp2raw binaries, run 'rm -r /usr/share/kcptun-plugin/bin' as root"
}