home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / var / lib / dpkg / info / python-support.postinst < prev    next >
Encoding:
Text File  |  2006-08-15  |  103 b   |  9 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4.  
  5.  
  6. if [ "$1" = "configure" ]; then
  7.   update-python-modules -b python-support.dirs
  8. fi
  9.