Fix scripts/postinst.sh.

This commit is contained in:
Username404-59 2021-03-03 13:35:55 +01:00
parent 4d8f09ee68
commit eb821b9f22
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Post install ybcon script # Post install ybcon script
ybconDir="/opt/etc/ybcon.d" ybconDir="/opt/share/ybcon.d"
ln -sf "/opt/yerbacon/bin/ybcon" "/usr/bin/ybcon" ln -sf "/opt/yerbacon/bin/ybcon" "/usr/bin/ybcon"
fishLoc="/usr/share/fish/vendor_completions.d" fishLoc="/usr/share/fish/vendor_completions.d"
bashcompleteLoc="/etc/bash_completion.d" bashcompleteLoc="/etc/bash_completion.d"