home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / debhelper / autoscripts / postinst-python-support < prev    next >
Encoding:
Text File  |  2006-06-12  |  122 b   |  4 lines

  1. if [ "$1" = "configure" ] && which update-python-modules >/dev/null 2>&1; then
  2.     update-python-modules #OPTIONS# #DIRS#
  3. fi
  4.