summary refs log tree commit diff
path: root/pkgs/servers/computing
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2019-08-23 15:58:53 +0200
committerLinus Heckemann <git@sphalerite.org>2019-08-23 15:58:53 +0200
commit9ae11067b83aacd1a51ca1805a794a93e46fb91a (patch)
treecf474d2bfab5091a28ef079a37664b3d2c1c9bde /pkgs/servers/computing
parent2cc05be907a44752dfed98a58ee04e6d1caf5ac3 (diff)
downloadnixpkgs-9ae11067b83aacd1a51ca1805a794a93e46fb91a.tar
nixpkgs-9ae11067b83aacd1a51ca1805a794a93e46fb91a.tar.gz
nixpkgs-9ae11067b83aacd1a51ca1805a794a93e46fb91a.tar.bz2
nixpkgs-9ae11067b83aacd1a51ca1805a794a93e46fb91a.tar.lz
nixpkgs-9ae11067b83aacd1a51ca1805a794a93e46fb91a.tar.xz
nixpkgs-9ae11067b83aacd1a51ca1805a794a93e46fb91a.tar.zst
nixpkgs-9ae11067b83aacd1a51ca1805a794a93e46fb91a.zip
torque: remove commented-out sbin handling
We have a setup hook for this!
Diffstat (limited to 'pkgs/servers/computing')
-rw-r--r--pkgs/servers/computing/torque/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/servers/computing/torque/default.nix b/pkgs/servers/computing/torque/default.nix
index 79be0b93c70..5e78fe742ac 100644
--- a/pkgs/servers/computing/torque/default.nix
+++ b/pkgs/servers/computing/torque/default.nix
@@ -57,8 +57,6 @@ stdenv.mkDerivation rec {
   '';
 
   postInstall = ''
-    #mv $out/sbin/* $out/bin/
-    #rmdir $out/sbin
     cp -v buildutils/pbs_mkdirs $out/bin/
     cp -v torque.setup $out/bin/
     chmod +x $out/bin/pbs_mkdirs $out/bin/torque.setup