send notify added
This commit is contained in:
parent
4c9d8c93cf
commit
43cad07c22
|
@ -7,6 +7,8 @@ main(){
|
|||
CMD_PATH="/usr/local/bin/photoshop"
|
||||
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"
|
||||
if [ $result == "no" ];then
|
||||
echo "Ok good Bye :)"
|
||||
|
@ -54,7 +56,6 @@ main(){
|
|||
echo "cache directory Not Found!"
|
||||
fi
|
||||
|
||||
|
||||
}
|
||||
|
||||
function error(){
|
||||
|
|
Loading…
Reference in New Issue