This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
termux-packages
Watch
1
Star
0
Fork
You've already forked termux-packages
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
dc10003317
termux-packages
/
packages
/
gdk-pixbuf
/
hooks
/
postinst.in
4 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
gdk-pixbuf: add hooks for updating loaders cache
2020-01-13 23:22:18 +01:00
#!@TERMUX_PREFIX@/bin/sh
gdk-pixbuf-query-loaders --update-cache
gdk-pixbuf: make hooks failsafe Force exit with status '0' even on failure.
2020-01-13 23:39:39 +01:00
exit 0