post_install() {

glib-compile-schemas "/data/data/com.termux/files/usr/share/glib-2.0/schemas"

exit 0
}
post_upgrade() {
post_install
}
pre_remove() {

rm -f "/data/data/com.termux/files/usr/share/glib-2.0/schemas/gschemas.compiled"
}
