Skip to content
  • Natanael Copa's avatar
    abuild: implement new format for triggers variable · 5fd0c10e
    Natanael Copa authored
    it contains a list with all triggers for all subpackages.
    
    separate trigger script from path list with '='
    separate paths in path list with ':'
    
    example:
    
    pkgname="foo"
    subpackages="foo-libs foo-dev"
    triggers="foo.trigger=/usr:/usr/lib/foo
    	foo-libs.trigger=/usr:/usr/share/foo"
    5fd0c10e