DEBSOURCES
Skip Quicknav
sources / python-wheezy.template / 3.2.1-1 / debian / python3-wheezy.template.preinst
123456789
#!/bin/sh set -e if [ "$1" = upgrade ] then update-alternatives --remove wheezy.template /usr/bin/wheezy.template-python3 fi #DEBHELPER#