* Remove the call to update-mime-database, which doesn't belong here
but in the postBuild hook. svn path=/nixpkgs/trunk/; revision=22527
This commit is contained in:
parent
a6fcf45726
commit
3c824666fd
@ -143,12 +143,6 @@ foreach my $relName (sort keys %symlinks) {
|
||||
}
|
||||
|
||||
|
||||
if (-x "$out/bin/update-mime-database" && -d "$out/share/mime/packages") {
|
||||
system("$out/bin/update-mime-database -V $out/share/mime") == 0
|
||||
or die "Can't update mime-database";
|
||||
}
|
||||
|
||||
|
||||
print STDERR "created $nrLinks symlinks in user environment\n";
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user