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 / util-linux-locales.prerm < prev    next >
Encoding:
Text File  |  2007-03-12  |  191 b   |  15 lines

  1. #! /bin/sh
  2.  
  3. set -e
  4.  
  5. case "$1" in
  6.     remove)
  7.         if [ -L /usr/doc/util-linux-locales ] ; then
  8.                 rm -f /usr/doc/util-linux-locales
  9.         fi
  10.         ;;
  11.     upgrade|failed-upgrade|deconfigure)
  12.         ;;
  13. esac
  14.  
  15.