forked from the-distro/channel-scripts
* Get rid of .hash.* files.
git-svn-id: https://nixos.org/repos/nix/release/trunk/channels@34660 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
This commit is contained in:
parent
cbfc30c73b
commit
06b5457061
|
@ -52,7 +52,5 @@ foreach my $archive (keys %readcache::archives) {
|
|||
if (!defined $usedFiles{$archive}) {
|
||||
my $file = $readcache::archives{$archive};
|
||||
print "$file\n";
|
||||
my $hashFile = dirname($file) . "/.hash." . basename($file);
|
||||
print "$hashFile\n" if -e $hashFile;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue