summary refs log tree commit diff
path: root/pkgs/os-specific/linux/sysvinit
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-23 13:31:10 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-23 13:31:10 +0000
commit7689a348c4eb7ed55bfaa273fadbb036f7f0bde7 (patch)
tree8ebc0483e7a9f60f47c00f1cc09675cfcf2bc2f1 /pkgs/os-specific/linux/sysvinit
parent0f10222e4ecee30837fe7631a37e343ccf82f49f (diff)
downloadnixpkgs-7689a348c4eb7ed55bfaa273fadbb036f7f0bde7.tar
nixpkgs-7689a348c4eb7ed55bfaa273fadbb036f7f0bde7.tar.gz
nixpkgs-7689a348c4eb7ed55bfaa273fadbb036f7f0bde7.tar.bz2
nixpkgs-7689a348c4eb7ed55bfaa273fadbb036f7f0bde7.tar.lz
nixpkgs-7689a348c4eb7ed55bfaa273fadbb036f7f0bde7.tar.xz
nixpkgs-7689a348c4eb7ed55bfaa273fadbb036f7f0bde7.tar.zst
nixpkgs-7689a348c4eb7ed55bfaa273fadbb036f7f0bde7.zip
* Got rid of a lot of "postInstall=postInstall" and similar lines in
  builders.  These are redundant now.
* Inlined some trivial builders.
* Removed a few explicit setup-hook creations.  This is done
  automatically now if setupHook is set.
* Deleted the initscripts package.  NixOS doesn't use it anymore.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
Diffstat (limited to 'pkgs/os-specific/linux/sysvinit')
-rw-r--r--pkgs/os-specific/linux/sysvinit/builder.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/sysvinit/builder.sh b/pkgs/os-specific/linux/sysvinit/builder.sh
index 48574d6ec3e..198fa9ba416 100644
--- a/pkgs/os-specific/linux/sysvinit/builder.sh
+++ b/pkgs/os-specific/linux/sysvinit/builder.sh
@@ -4,7 +4,6 @@ makeFlagsArray=(LCRYPT=-lcrypt BIN_OWNER=$(id -u) BIN_GROUP=$(id -g) ROOT=$out)
 
 preBuild="cd src"
 
-preInstall=preInstall
 preInstall() {
     substituteInPlace Makefile --replace /usr /
     mkdir $out
@@ -18,7 +17,6 @@ preInstall() {
     mkdir $out/share/man/man8
 }
 
-postInstall=postInstall
 postInstall() {
     if test -n "$withoutInitTools"; then
 	mv $out/sbin/killall5 $out/bin