root/swish-python/debian/swish-python.postinst.debhelper

Revision 1677, 341 bytes (checked in by augur, 4 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 # Automatically added by dh_python
2 PYTHON=python2.4
3 if which $PYTHON >/dev/null 2>&1 && [ -e /usr/lib/$PYTHON/compileall.py ]; then
4         DIRLIST=" /usr/lib/python2.4/site-packages"
5         for i in $DIRLIST ; do
6                 $PYTHON -O /usr/lib/$PYTHON/compileall.py -q $i
7                 $PYTHON /usr/lib/$PYTHON/compileall.py -q $i
8         done
9 fi
10 # End automatically added section
Note: See TracBrowser for help on using the browser.