Changes
corrected formatting
So I checked out about dependancies in the linked page, but I still don't understand.
Lets say we have 2 packages<br />package1 with a priority of 9<br />
package2 with a priority of 10
With no dependancies set, it should install in the order <b>package2 -> package1 </b> is this correct?<br />If I was to say package2 depands on package1, would this change to <b>package1 -> package2 </b> ?
As I see it, this is how it should work, but can you confirm or otherwise?