f02862eb03
control icon into a new post_install script. Tested in QEMU and the items are persistent also for the volume control. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36805 a95241bf-73f2-0310-859d-f6bbb57e9c96
7 lines
212 B
Bash
Executable File
7 lines
212 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# install ProcessController, NetworkStatus & volume control in the Deskbar
|
|
/boot/system/apps/ProcessController -deskbar
|
|
/boot/system/apps/NetworkStatus --deskbar
|
|
/boot/system/bin/desklink --add-volume
|