99-remove_pyc 137 B

12345678
  1. #!/bin/sh
  2. set -e
  3. # Note: this must happen *after* 99-dedup_usr_share_doc
  4. echo "Removing *.pyc"
  5. find /usr -type f -name "*.pyc" -delete