Fix the fish path in scripts/postinst.sh.
This commit is contained in:
parent
580500ada9
commit
aeafd990e4
|
@ -11,7 +11,7 @@ if [ -d $bashcompleteLoc ]; then
|
|||
ln -sf "$ybconDir/bash-completion.sh" "$bashcompleteLoc/ybcon.sh"
|
||||
fi
|
||||
|
||||
if [ -f "fish" ]; then
|
||||
if [ -f "/usr/bin/fish" ]; then
|
||||
if [ ! -d $fishLoc ]; then
|
||||
mkdir "$fishLoc"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue