diff --git a/scripts/uninstaller.sh b/scripts/uninstaller.sh index 3219f3d..f35b6f4 100755 --- a/scripts/uninstaller.sh +++ b/scripts/uninstaller.sh @@ -51,8 +51,9 @@ main() { ask_question "would you delete cache directory?" "N" if [ "$result" == "yes" ];then rm -rf "$CACHE_PATH" || error2 "couldn't remove cache directory" + show_message2 "cache directory removed." else - echo "nice, you can copy component data and use them later for illustrator installation" + echo "nice, you can use downloaded data later for illustrator installation" fi else echo "cache directory Not Found!"