aboutsummaryrefslogtreecommitdiff
path: root/tools/clean-up-thumbnail-cache.sh
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-06-10 01:16:14 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-06-10 02:08:56 +0200
commit60a8ee7a80063eaf620eaa727af0f484fdb91bff (patch)
tree5791554d3691a6a8cd903123d77725d3b3dd7756 /tools/clean-up-thumbnail-cache.sh
parent84f8c9436ffb84ca5d443b906f1ffb7be42a50e2 (diff)
downloadfiv-60a8ee7a80063eaf620eaa727af0f484fdb91bff.tar.gz
fiv-60a8ee7a80063eaf620eaa727af0f484fdb91bff.tar.xz
fiv-60a8ee7a80063eaf620eaa727af0f484fdb91bff.zip
Build tools with Meson as well
Diffstat (limited to 'tools/clean-up-thumbnail-cache.sh')
-rwxr-xr-xtools/clean-up-thumbnail-cache.sh2
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