#!@TERMUX_PREFIX@/bin/sh
if [ -d "@TERMUX_PREFIX@/share/applications" ]; then
update-desktop-database -q
fi
exit 0