summarylogtreecommitdiffstats
path: root/post.install
diff options
context:
space:
mode:
authorKirMozor2022-07-08 16:39:04 +0600
committerKirMozor2022-07-08 16:39:04 +0600
commitb7023243af586077260dfc083b2710c7555adf5c (patch)
treeeec4b1af6f86b1f788a8c1bcb983af61ebe493f9 /post.install
downloadaur-b7023243af586077260dfc083b2710c7555adf5c.tar.gz
Publishing Yamux's first AUR package
Diffstat (limited to 'post.install')
-rw-r--r--post.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/post.install b/post.install
new file mode 100644
index 000000000000..04cf8ddab032
--- /dev/null
+++ b/post.install
@@ -0,0 +1,3 @@
+post_install() {
+ ln -sf /opt/Yamux/Yamux /usr/bin/Yamux
+}