post_install() {
if [ ! -e /data/data/com.termux/files/usr/share/soundfonts/FluidR3_GM.sf2 ]; then
  echo
  echo You may need to get \`FluidR3_GM.sf2\' from somewhere and put it into:
  echo
  echo '    '/data/data/com.termux/files/usr/share/soundfonts/
  echo
fi
exit 0
}
