home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / util-linux.prerm < prev    next >
Encoding:
Text File  |  2011-01-25  |  193 b   |  16 lines

  1. #! /bin/sh
  2.  
  3. set -e
  4.  
  5. case "$1" in
  6.     remove)
  7.         update-alternatives --remove pager /bin/more
  8.         update-alternatives --remove pager /usr/bin/pg
  9.         ;;
  10.     upgrade|failed-upgrade|deconfigure)
  11.         ;;
  12. esac
  13.  
  14.  
  15.  
  16.