0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-31 23:42:25 +00:00
Leonid Pliushch eb27236873 gdk-pixbuf: make hooks failsafe
Force exit with status '0' even on failure.
2020-01-14 00:39:39 +02:00

4 lines
72 B
Bash

#!@TERMUX_PREFIX@/bin/sh
gdk-pixbuf-query-loaders --update-cache
exit 0