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 / libxml2-utils.preinst < prev    next >
Encoding:
Text File  |  2012-11-29  |  127 b   |  12 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. [ "$1" = "upgrade" ] &&
  6. [ -L /usr/share/doc/libxml2-utils ] &&
  7. rm -f /usr/share/doc/libxml2-utils
  8.  
  9.  
  10.  
  11. exit 0
  12.