#!/bin/sh set -e # Automatically added by dh_python3 if command -v py3compile >/dev/null 2>&1; then py3compile -p python3-argcomplete fi if command -v pypy3compile >/dev/null 2>&1; then pypy3compile -p python3-argcomplete || true fi # End automatically added section # Automatically added by dh_installdeb/13.28 dpkg-maintscript-helper mv_conffile /etc/bash_completion.d/global-python-argcomplete /usr/share/bash-completion/completions/global-python-argcomplete 3.6.3-1\~ python3-argcomplete -- "$@" # End automatically added section