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
94 B
Bash

#!@TERMUX_PREFIX@/bin/sh
rm -f @TERMUX_PREFIX@/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
exit 0