"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
This commit is contained in:
Adrien Destugues 2011-11-03 09:40:51 +00:00
parent f3f68b1f92
commit 5950ebf682

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
_progress () { _progress () {
notify --type progress --app mimeset \ notify --type progress --group "MIME type updater" \
--timeout ${3:-30} \ --timeout ${3:-30} \
--icon /boot/system/apps/DiskProbe \ --icon /boot/system/apps/DiskProbe \
--messageID $0_$$ \ --messageID $0_$$ \