diff options
Diffstat (limited to 'tools/clean-up-thumbnail-cache.sh')
-rwxr-xr-x | tools/clean-up-thumbnail-cache.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clean-up-thumbnail-cache.sh b/tools/clean-up-thumbnail-cache.sh index 94b68e5..fb67a6e 100755 --- a/tools/clean-up-thumbnail-cache.sh +++ b/tools/clean-up-thumbnail-cache.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # Remove thumbnails with URIs pointing to at this moment non-existing files. -make pnginfo +ninja pnginfo pnginfo=$(pwd)/pnginfo cache_home=${XDG_CACHE_HOME:-$HOME/.cache} for size in normal large x-large xx-large; do |