uninstaller optimized
This commit is contained in:
parent
43cad07c22
commit
28daf89b89
|
@ -24,8 +24,9 @@ main(){
|
||||||
echo "photoshop directory Not Found!"
|
echo "photoshop directory Not Found!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
#Unlink command
|
#Unlink command
|
||||||
if [ -f "$CMD_PATH" ];then
|
if [ -L "$CMD_PATH" ];then
|
||||||
echo "remove luncher command..."
|
echo "remove luncher command..."
|
||||||
sudo unlink "$CMD_PATH" || error "couln't remove luncher command"
|
sudo unlink "$CMD_PATH" || error "couln't remove luncher command"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue