about summary refs log tree commit diff
path: root/pkgs/tools/typesetting/asciidoctor/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/typesetting/asciidoctor/update.sh')
-rwxr-xr-xpkgs/tools/typesetting/asciidoctor/update.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/tools/typesetting/asciidoctor/update.sh b/pkgs/tools/typesetting/asciidoctor/update.sh
deleted file mode 100755
index 1f7e5541ceec..000000000000
--- a/pkgs/tools/typesetting/asciidoctor/update.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env bash
-nix-shell ../../../.. -A asciidoctor.updateShell --run '
-  rm gemset.nix Gemfile.lock
-  bundix -m --bundle-pack-path $TMPDIR/asciidoctor-ruby-bundle
-  rm -r .bundle
-'