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
6d83f53c71
termux-packages
/
packages
/
gdk-pixbuf
/
hooks
/
postrm.in
4 lines
94 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
rm -f @TERMUX_PREFIX@/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
gdk-pixbuf: make hooks failsafe Force exit with status '0' even on failure.
2020-01-13 23:39:39 +01:00
exit 0