post_install() {
for i in $(find "/data/data/com.termux/files/usr/share/icons" -type f -iname index.theme); do
gtk-update-icon-cache --force --quiet $(dirname "${i}")
done
unset i
exit 0
}
post_upgrade() {
post_install
}
