From 5950ebf6820ae76eaf78bb9f9fb2982c0bd7d17c Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Thu, 3 Nov 2011 09:40:51 +0000 Subject: [PATCH] "app" option to notify is renamed to "group" in new Haiku versions. Note the ssh-keygen script also needs to be updated. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43153 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/common/boot/post_install/mime_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/common/boot/post_install/mime_update.sh b/data/common/boot/post_install/mime_update.sh index 275e580343..8917f72d19 100755 --- a/data/common/boot/post_install/mime_update.sh +++ b/data/common/boot/post_install/mime_update.sh @@ -1,7 +1,7 @@ #!/bin/sh _progress () { - notify --type progress --app mimeset \ + notify --type progress --group "MIME type updater" \ --timeout ${3:-30} \ --icon /boot/system/apps/DiskProbe \ --messageID $0_$$ \