home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / python-urlgrabber.postinst < prev    next >
Encoding:
Text File  |  2010-07-08  |  481 b   |  22 lines

  1. #!/bin/sh
  2. set -e
  3.  
  4. if [ -d /usr/share/doc/urlgrabber-2.9.9 ]; then
  5.     rm -rf /usr/share/doc/urlgrabber-2.9.9
  6. fi
  7.  
  8. if [ -d /usr/share/doc/urlgrabber-2.9.8 ]; then
  9.     rm -rf /usr/share/doc/urlgrabber-2.9.8
  10. fi
  11.  
  12. if [ -d /usr/share/doc/urlgrabber-2.9.7 ]; then
  13.     rm -rf /usr/share/doc/urlgrabber-2.9.7
  14. fi
  15.  
  16. # Automatically added by dh_pysupport
  17. if which update-python-modules >/dev/null 2>&1; then
  18.     update-python-modules  python-urlgrabber.public
  19. fi
  20. # End automatically added section
  21.  
  22.