freecad-cam/bin/Scripts/.gdk-pixbuf-post-link.bat
2026-02-01 01:59:24 +01:00

9 lines
414 B
Batchfile

:: Make sure that gdk-pixbuf's loaders.cache is fully up-to-date.
:: Packages that install gdk-pixbuf loaders (such as librsvg) should have
:: post-link and post-unlink scripts that just execute this one, which will be
:: available as `%PREFIX%\Scripts\.gdk-pixbuf-post-link.bat`.
"%PREFIX%\Library\bin\gdk-pixbuf-query-loaders.exe" --update-cache >> "%PREFIX%/.messages.txt" 2>&1
if errorlevel 1 exit 1