index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2016-06-04 17:28:29 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-08-30 18:10:40 +1000 |
commit | 0f0b192d8a59134e9a58781c58aa3202df2eda2c (patch) | |
tree | 0872565ca31c8535a34135538c9044a61b9c296f | |
parent | 6ac2ee21b30f3c5f331d19349f96bb8e5b020b47 (diff) |
-rw-r--r-- | src/pacman/check.c | 1 |
diff --git a/src/pacman/check.c b/src/pacman/check.c index d282cc27..87fcf677 100644 --- a/src/pacman/check.c +++ b/src/pacman/check.c @@ -368,7 +368,6 @@ int check_pkg_full(alpm_pkg_t *pkg) } if(type == AE_IFREG) { - /* TODO: these are expected to be changed with backup files */ file_errors += check_file_size(pkgname, filepath, &st, entry, backup); /* file_errors += check_file_md5sum(pkgname, filepath, &st, entry, backup); */ } |