post_install() {
chmod -w /data/data/com.termux/files/usr/libexec/termux-x11/loader.apk
}
post_upgrade() {
post_install
}
