File: python-dns.postinst

package info (click to toggle)
python-dns 0.cvs%2B20020417-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 168 kB
  • ctags: 301
  • sloc: python: 1,339; makefile: 24; sh: 6
file content (10 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

/usr/bin/python2.1 > /dev/null <<EOF
from compileall import compile_dir
compile_dir('/usr/lib/python2.1/site-packages/DNS')
EOF

#DEBHELPER#