* Remove obsolete comment.

svn path=/nixpkgs/trunk/; revision=13977
This commit is contained in:
Eelco Dolstra 2009-02-03 22:15:02 +00:00
parent b54251026a
commit f45ed4b74e

View file

@ -24,9 +24,6 @@ stdenv.mkDerivation {
installFlagsArray=(BUILDROOT=$out/destdir)
'';
# !!! Ideally, we wouldn't have Samba as a dependency of CUPS.
# Rather, the backend directory should be treated as configuration
# data generated in some other Nix expression in NixOS.
postInstall = ''
mv $out/destdir/$out/* $out
rm -rf $out/destdir