home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / var / lib / dpkg / info / mime-support.postinst < prev    next >
Encoding:
Text File  |  2006-06-15  |  264 b   |  17 lines

  1. #! /bin/sh -e
  2.  
  3.  
  4. #if [ "$1" = "configure" ]; then
  5. #fi
  6.  
  7.  
  8. # Remove the old status directory (and any orphaned install-mime program)
  9. rm -fr /var/lib/mime
  10. rm -f  /usr/sbin/install-mime
  11.  
  12.  
  13. # Run the update program
  14. if [ -x /usr/sbin/update-mime ]; then
  15.     update-mime
  16. fi
  17.