postinst 160 B

12345678910
  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_python2:
  4. if which pycompile >/dev/null 2>&1; then
  5. pycompile -p youtube-dl
  6. fi
  7. # End automatically added section