post_install() {
povconfuser=$HOME/.povray/3.8
mkdir -p $povconfuser/
for f in povray.conf povray.ini; do
    if [ ! -f $povconfuser/$f ]; then
        cp /data/data/com.termux/files/usr/etc/povray/3.8/$f $povconfuser/
    fi
done
exit 0
}
