Another question: in what order are packages' do_install() methods called? In particular, if package B depends on package A, can I depend on A's do_install() being called before B's? (since in doing a package of custom configuration files, I need to be sure I write over the standard configuration files)