Remove unnecessary postInstall added to grub expression in r26239,

as pointed out by Shea Levy.

svn path=/nixpkgs/trunk/; revision=26240
This commit is contained in:
Karn Kallio 2011-03-09 19:41:51 +00:00
parent f5eba6cc5d
commit 400a5b054a

View file

@ -47,11 +47,6 @@ stdenv.mkDerivation rec {
-e "s|/usr/src/unifont.bdf|$PWD/unifont.bdf|g"
'';
postInstall = ''
ensureDir ./share/grub
cp ./unicode.pf2 ./share/grub/
'';
configureFlags =
let arch = if stdenv.system == "i686-linux" then "i386"
else if stdenv.system == "x86_64-linux" then "x86_64"