Added PostInstallScript to the image.

* Somehow it didn't make it.
* This fixes the last part of #12227.
This commit is contained in:
Axel Dörfler 2015-07-24 19:45:38 +02:00
parent 5e541a6042
commit 3108062744

View File

@ -124,7 +124,8 @@ AddSymlinkToPackage bin : trash : untrash ;
AddSymlinkToPackage bin : less : more ;
# scripts and data files
local bootScripts = SetupEnvironment InstallerInitScript InstallerFinishScript ;
local bootScripts = PostInstallScript SetupEnvironment
InstallerInitScript InstallerFinishScript ;
SEARCH on $(bootScripts) = [ FDirName $(HAIKU_TOP) data system boot ] ;
AddFilesToPackage boot : $(bootScripts) ;