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 / aspell-en.postrm < prev    next >
Encoding:
Text File  |  2006-11-08  |  234 b   |  12 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by installdeb-aspell
  4. case "$1" in abort-install|remove)
  5.  
  6.     if [ -x /usr/sbin/update-dictcommon-aspell ]; then
  7.     /usr/sbin/update-dictcommon-aspell
  8.     fi
  9. esac
  10.  
  11. # End automatically added section
  12.