Moved the installation of ProcessController, NetworkStatus and the volume
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
This commit is contained in:
@@ -482,7 +482,7 @@ SEARCH on $(networkSettingsFiles)
|
|||||||
AddFilesToHaikuImage common settings network : $(networkSettingsFiles) ;
|
AddFilesToHaikuImage common settings network : $(networkSettingsFiles) ;
|
||||||
|
|
||||||
# post install scripts and fresh install indicator file
|
# post install scripts and fresh install indicator file
|
||||||
local postInstallFiles = mime_update.sh ;
|
local postInstallFiles = mime_update.sh default_deskbar_items.sh ;
|
||||||
postInstallFiles = $(postInstallFiles:G=post-install) ;
|
postInstallFiles = $(postInstallFiles:G=post-install) ;
|
||||||
SEARCH on $(postInstallFiles)
|
SEARCH on $(postInstallFiles)
|
||||||
= [ FDirName $(HAIKU_TOP) data common boot post_install ] ;
|
= [ FDirName $(HAIKU_TOP) data common boot post_install ] ;
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
#!/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
|
||||||
@@ -137,11 +137,6 @@ else
|
|||||||
|
|
||||||
launch system/Tracker
|
launch system/Tracker
|
||||||
launch system/Deskbar
|
launch system/Deskbar
|
||||||
|
|
||||||
# install ProcessController, NetworkStatus & volume control in the Deskbar
|
|
||||||
(sleep 7; /boot/system/apps/ProcessController -deskbar; \
|
|
||||||
NetworkStatus --deskbar; \
|
|
||||||
/bin/desklink --add-volume) &
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$SAFEMODE" != "yes" ]; then
|
if [ "$SAFEMODE" != "yes" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user