post_install() {
echo "Installing dependencies for oci-cli through pip..."
LD_PRELOAD='' LDFLAGS="-lpython3.14" MATHLIB="m" "/data/data/com.termux/files/usr/bin/pip3" install  oci-cli
}
