home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / var / lib / dpkg / info / hwdb-client.postinst < prev    next >
Encoding:
Text File  |  2006-05-29  |  358 b   |  13 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_python
  4. PYTHON=python2.4
  5. if which $PYTHON >/dev/null 2>&1 && [ -e /usr/lib/$PYTHON/compileall.py ]; then
  6.     DIRLIST=" /usr/lib/python2.4/site-packages"
  7.     for i in $DIRLIST ; do
  8.         $PYTHON -O /usr/lib/$PYTHON/compileall.py -q $i
  9.         $PYTHON /usr/lib/$PYTHON/compileall.py -q $i
  10.     done
  11. fi
  12. # End automatically added section
  13.