post_install() {
rm -f /data/data/com.termux/files/usr/share/dex/oat/*/dx.{art,oat,odex,vdex} >/dev/null 2>&1
 	chmod -w /data/data/com.termux/files/usr/share/dex/dx.jar
exit 0
}
