post_install() {
echo "Installing dependencies for termux-gui-pm through pip..."
LD_PRELOAD='' LDFLAGS="-lpython3.12" MATHLIB="m" "/data/data/com.termux/files/usr/bin/pip3" install --upgrade termuxgui
}
