File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
scriptmodules/supplementary Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -77,18 +77,7 @@ function _config_files_skyscraper() {
77
77
}
78
78
79
79
function remove_skyscraper() {
80
- local ret
81
- local msg
82
-
83
- # Prompt for cache clearing
84
- msg=" \nRemove also Skyscraper's cache data for all platforms:"
85
- msg+=" \nvideos, screenshots, descriptions, ... ?"
86
- msg+=" \n\nThis will only remove files in ~/.skyscraper/cache/."
87
- msg+=" \n\nIf unsure select 'No'."
88
- dialog --clear --colors --defaultno --title " Remove Skyscraper" --yesno " $msg " 12 60 2>&1 > /dev/tty
89
- ret=$?
90
-
91
- [[ $ret -eq 0 ]] && _purge_skyscraper
80
+ md_ret_info+=(" Skyscraper's cache in ~/.skyscraper/cache/ is not empty and is not removed." )
92
81
93
82
# Remove possible per-user deployment introduced with v3.9.3
94
83
rm -f " $home /.bash_completion.d/Skyscraper.bash"
You can’t perform that action at this time.
0 commit comments