[Haiku-commits] r32963 - haiku/trunk/data/common/boot/post_install
kirilla at BerliOS
kirilla at mail.berlios.de
Sun Sep 6 15:36:29 CEST 2009
Author: kirilla
Date: 2009-09-06 15:36:28 +0200 (Sun, 06 Sep 2009)
New Revision: 32963
ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=32963&view=rev
Modified:
haiku/trunk/data/common/boot/post_install/mime_update.sh
Log:
Mimeset based on query. This picks up bootman, desklink, mountvolume, urlwrapper, etc, the demos, and a bunch of Tracker, Print and Media add-ons - adding about 45 metamimes. Still harmless to LiveCD? Probably -alphabranch.
Modified: haiku/trunk/data/common/boot/post_install/mime_update.sh
===================================================================
--- haiku/trunk/data/common/boot/post_install/mime_update.sh 2009-09-06 13:01:20 UTC (rev 32962)
+++ haiku/trunk/data/common/boot/post_install/mime_update.sh 2009-09-06 13:36:28 UTC (rev 32963)
@@ -19,3 +19,5 @@
mimeset -apps -f "$SYSTEM/servers"
mimeset -apps -f "/boot/apps"
+query -f 'BEOS:APP_SIG=*' | xargs --no-run-if-empty mimeset -apps -f
+
More information about the Haiku-commits
mailing list