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

  1. if which update-python-modules >/dev/null 2>&1; then
  2.     update-python-modules -c #OPTIONS# #DIRS#
  3. fi
  4.