Skip to content

Commit

Permalink
Added wg and wg-quick aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
runfalk committed Mar 18, 2019
1 parent 6515062 commit 0c4a048
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/postinst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
ln -s $SYNOPKG_PKGDEST/wireguard/wg /usr/local/bin/
ln -s $SYNOPKG_PKGDEST/wireguard/wg-quick /usr/local/bin/
3 changes: 3 additions & 0 deletions scripts/preuninst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
rm /usr/local/bin/wg
rm /usr/local/bin/wg-quick

0 comments on commit 0c4a048

Please sign in to comment.