summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/tools/misc/papis/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/tools/misc/papis/default.nix b/pkgs/tools/misc/papis/default.nix
index 77ead3de090..75657c2ae91 100644
--- a/pkgs/tools/misc/papis/default.nix
+++ b/pkgs/tools/misc/papis/default.nix
@@ -23,10 +23,6 @@ python3.pkgs.buildPythonApplication rec {
     jinja2 whoosh
   ];
 
-  postInstall = ''
-    install -Dt "$out/etc/bash_completion.d" scripts/shell_completion/build/bash/papis
-  '';
-
   checkInputs = (with python3.pkgs; [
     pytest
   ]) ++ [