termux-packages/packages/gdk-pixbuf/hooks/postinst.in
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