xbps-repo(8): new target 'clean': removes obsolete binpkgs from cachedir.

This commit is contained in:
Juan RP
2012-05-05 10:07:47 +02:00
parent 0dd5d970fe
commit f7c49a706c
6 changed files with 127 additions and 2 deletions

View File

@@ -53,4 +53,7 @@ int show_pkg_info_from_repolist(const char *, const char *);
int show_pkg_deps_from_repolist(const char *);
int show_pkg_namedesc(prop_object_t, void *, bool *);
/* From clean.c */
int cachedir_clean(void);
#endif /* !_XBPS_REPO_DEFS_H_ */