home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libtiff4.prerm < prev    next >
Encoding:
Text File  |  2006-08-08  |  212 b   |  9 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installdocs
  4. if [ "$1" = remove ] || [ "$1" = upgrade ] && \
  5.    which install-docs >/dev/null 2>&1; then
  6.     install-docs -r libtiff4
  7. fi
  8. # End automatically added section
  9.