home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / var / lib / dpkg / info / bash.prerm < prev    next >
Encoding:
Text File  |  2006-08-28  |  140 b   |  9 lines

  1. #! /bin/bash -e
  2.  
  3. if [ $1 != "upgrade" ]; then
  4.     update-alternatives --remove builtins.7.gz \
  5.     /usr/share/man/man7/bash-builtins.7.gz
  6. fi
  7.  
  8.  
  9.