f73f5d4c42
* find_directory() and hard-coded paths use /boot/system instead of /boot/common. * The build system creates the writable directories in /boot/system instead of /boot/common. * The build system no longer installs any packages in /boot/common.
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
|