Since we don't have post-install scripts on OS, we are being asked to use SMF for post-install tasks, these can then be triggered using specific attributes on files in packages (e.g. restart_fmri=...), when supported by IPS.
Right now it's not supported, but using SMF means that it will be done on a reboot at least. What Ghee suggests makes sense for a post install task, but it should be written to be quick, and only do something if it really needs to - but I don't thing that's such a big deal in this case... Darren. Ghee Teo wrote: > Hi jeff, > > All the post install for Desktop is done though this package > SUNWdesktop-cache. > and spec file is in indiana/SUNWdesktop-cache.spec > I am wondering whether this patch is best done through there, then > everything post-install is in one place. > > -Ghee > > > Jeff Cai wrote: >> The reason that Java A11Y doesn't work is that symbol links to >> accessibility.properties and gnome-java-bridge.jar are not created >> under /usr/java. >> >> The patch creates these two symbol links for accessibility.properties >> and gnome-java-bridge.jar as parts of the package in the '%install' >> section. >> >> In the previous versions, the symbol links are created in post scripts >> which will not be executed in the OpenSolaris installation. >> >> Fix d.o.o bug #5253 >> >> Jeff >> >> >> >> >> >> >
