opennel-pymanager/debian/opennel-pymanager.postinst.debhelper

8 lines
150 B
Text
Raw Permalink Normal View History

# Automatically added by dhpython:
if which py3compile >/dev/null 2>&1; then
py3compile -p opennel-pymanager
fi
# End automatically added section