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"
|
ln -sf "$ybconDir/bash-completion.sh" "$bashcompleteLoc/ybcon.sh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "fish" ]; then
|
if [ -f "/usr/bin/fish" ]; then
|
||||||
if [ ! -d $fishLoc ]; then
|
if [ ! -d $fishLoc ]; then
|
||||||
mkdir "$fishLoc"
|
mkdir "$fishLoc"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue