DEBSOURCES
Skip Quicknav
sources / hy / 0.10.1-1 / debian / python3-hy.postinst
123456789101112
#!/bin/sh set -e case "$1" in configure) update-alternatives --install /usr/bin/hy hy /usr/bin/hy3 50 ;; esac #DEBHELPER# exit 0