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:
Stephan Aßmus
2010-05-13 14:27:39 +00:00
parent 7be043a094
commit f02862eb03
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -482,7 +482,7 @@ SEARCH on $(networkSettingsFiles)
AddFilesToHaikuImage common settings network : $(networkSettingsFiles) ;
# 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) ;
SEARCH on $(postInstallFiles)
= [ FDirName $(HAIKU_TOP) data common boot post_install ] ;