home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / var / lib / dpkg / info / util-linux.postrm < prev    next >
Encoding:
Text File  |  2006-08-21  |  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.