add message when binary is moved to a new location
This commit is contained in:
parent
6a732d9730
commit
73ed9ab668
1 changed files with 1 additions and 1 deletions
2
archdi
2
archdi
|
@ -52,7 +52,7 @@ install(){
|
||||||
echo "type archdi to start."
|
echo "type archdi to start."
|
||||||
if [[ -f "/usr/bin/archdi" ]]; then
|
if [[ -f "/usr/bin/archdi" ]]; then
|
||||||
rm /usr/bin/archdi 2>/dev/null
|
rm /usr/bin/archdi 2>/dev/null
|
||||||
hash -r
|
echo "If archdi doesn't start after update, run 'hash -r'"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue