about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/misc/teamocil/update
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/misc/teamocil/update')
-rwxr-xr-xnixpkgs/pkgs/tools/misc/teamocil/update10
1 files changed, 0 insertions, 10 deletions
diff --git a/nixpkgs/pkgs/tools/misc/teamocil/update b/nixpkgs/pkgs/tools/misc/teamocil/update
deleted file mode 100755
index 58a7bd4a4539..000000000000
--- a/nixpkgs/pkgs/tools/misc/teamocil/update
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env nix-shell
-#! nix-shell -i bash -p bash ruby bundler bundix
-
-rm Gemfile.lock
-bundler install
-bundix
-
-if [ "clean" == "$1" ]; then
-  rm -rf ~/.gem
-fi