home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / dmz-cursor-theme.prerm < prev    next >
Encoding:
Text File  |  2007-06-01  |  277 b   |  14 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4.  
  5.  
  6. case "$1" in
  7.   remove|deconfigure|failed-upgrade)
  8.     update-alternatives --remove x-cursor-theme \
  9.         /usr/share/icons/DMZ-White/cursor.theme
  10.     update-alternatives --remove x-cursor-theme \
  11.         /usr/share/icons/DMZ-Black/cursor.theme
  12.   ;;
  13. esac
  14.