send notify added
This commit is contained in:
parent
4c9d8c93cf
commit
43cad07c22
|
@ -6,6 +6,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
|
||||||
|
@ -54,7 +56,6 @@ main(){
|
||||||
echo "cache directory Not Found!"
|
echo "cache directory Not Found!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function error(){
|
function error(){
|
||||||
|
|
Loading…
Reference in New Issue