home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / python / runtime.d / python-support.rtupdate < prev   
Encoding:
Text File  |  2006-08-02  |  93 b   |  7 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. if [ "$1" = rtupdate ]; then
  5.   exec /usr/sbin/update-python-modules -a
  6. fi
  7.