DEBSOURCES
Skip Quicknav
sources / python-enaml / 0.19.0-1 / debian / python3-enaml.postinst
12345678910
#!/bin/sh set -e if command -v enamlcompile >/dev/null 2>&1; then enamlcompile -p python3-enaml fi #DEBHELPER# exit 0