home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / gnome-terminal.prerm < prev    next >
Encoding:
Text File  |  2009-08-31  |  136 b   |  11 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5.  
  6.  
  7. if [ "$1" = "remove" ]; then
  8.     update-alternatives --remove x-terminal-emulator /usr/bin/gnome-terminal.wrapper
  9. fi
  10.  
  11.