Esempio n. 1
0
func IsLocal(p *alpm.Package) bool {
	return p.DB().Name() == "local"
}