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 / util-linux.postrm < prev    next >
Encoding:
Text File  |  2007-03-12  |  199 b   |  17 lines

  1. #!/bin/sh
  2.  
  3. case "$1" in
  4.     remove)
  5.         ;;
  6.         purge)
  7.                 update-rc.d hwclock.sh remove >/dev/null
  8.                 ;;
  9.     *)
  10.         ;;
  11. esac
  12.  
  13. if [ -x /usr/sbin/update-mime ]; then
  14.     update-mime
  15. fi
  16.  
  17.