1 2 3 4 5 6 7 8
#include "setup_pkgit.hh" #include "setup_dirs.hh" #include "setup_repo.hh" void setup_pkgit() { setup_dirs(); setup_repo(); }