send notify added

This commit is contained in:
victor 2020-02-14 10:40:39 +03:30
parent 4c9d8c93cf
commit 43cad07c22
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,8 @@ main(){
CMD_PATH="/usr/local/bin/photoshop" CMD_PATH="/usr/local/bin/photoshop"
ENTRY_PATH="/usr/share/applications/photoshop.desktop" ENTRY_PATH="/usr/share/applications/photoshop.desktop"
notify-send "photoshop uninstaller started" -i "photoshop"
ask_question "you are uninstalling photoshop cc v19 are you sure?" "N" ask_question "you are uninstalling photoshop cc v19 are you sure?" "N"
if [ $result == "no" ];then if [ $result == "no" ];then
echo "Ok good Bye :)" echo "Ok good Bye :)"
@ -54,7 +56,6 @@ main(){
echo "cache directory Not Found!" echo "cache directory Not Found!"
fi fi
} }
function error(){ function error(){