This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
termux-packages
mirror of
https://github.com/lukechilds/termux-packages.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
9694
Commits
6
Branches
0
Tags
18 MiB
Tree:
98df901f74
termux-packages
/
packages
/
gdk-pixbuf
/
hooks
/
postinst.in
4 lines
72 B
Raw
Normal View
History
gdk-pixbuf: add hooks for updating loaders cache
5 years ago
#!@TERMUX_PREFIX@/bin/sh
gdk-pixbuf-query-loaders --update-cache
gdk-pixbuf: make hooks failsafe Force exit with status '0' even on failure.
5 years ago
exit 0