Skip to content
  • Natanael Copa's avatar
    abuild: new style install scripts · b936522c
    Natanael Copa authored
    install scripts are splitted into separate scripts. The install variable
    should contain a list of the scripts. Each script should be the pkgname with
    action as suffix. I.E:
    
    install="$pkgname.pre-install $pkgname.post-install"
    b936522c