Rename DISABLE_UPDATE_ICON_CACHE env variable

This commit is contained in:
Sergei Eremenko 2021-10-15 22:43:34 +03:00
parent 9c422d9d49
commit 843ea7fe69
No known key found for this signature in database
GPG key ID: AB6D54C1C16D2507

View file

@ -357,7 +357,7 @@ delete_icon_caches() {
}
update_icon_cache() {
[ -z "$DISABLE_ICON_CACHE_UPDATE" ] || return 0
[ -z "$DISABLE_UPDATE_ICON_CACHE" ] || return 0
delete_icon_caches