DEBSOURCES
Skip Quicknav
sources / python-zunclient / 2.1.0-2 / debian / python3-zunclient.postinst
1234567891011
#!/bin/sh set -e if [ "$1" = "configure" ] ; then update-alternatives --install /usr/bin/zun zun /usr/bin/python3-zun 400 fi #DEBHELPER# exit 0