post_install() {

unset LD_PRELOAD
if [ -f "/data/data/com.termux/files/usr/glibc/bin/glib-compile-schemas" ]; then
	/data/data/com.termux/files/usr/glibc/bin/glib-compile-schemas "/data/data/com.termux/files/usr/glibc/share/glib-2.0/schemas" > /dev/null
fi

exit 0
}
post_remove() {
unset LD_PRELOAD
rm -f "/data/data/com.termux/files/usr/glibc/share/glib-2.0/schemas/gschemas.compiled"
exit 0
}
