* 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:
Eelco Dolstra 2010-07-08 12:55:03 +00:00
parent a6fcf45726
commit 3c824666fd

View file

@ -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";