about summary refs log tree commit diff
path: root/pkgs/tools/misc/profetch
diff options
context:
space:
mode:
authorveleth <llathasa@outlook.com>2021-08-13 17:50:53 +0300
committerGitHub <noreply@github.com>2021-08-13 17:50:53 +0300
commit8b8a629b224876e4d7cdaeb4cb9f0cd2d25720ef (patch)
treed313d8aac753b0af852e00479a9b5941dc424757 /pkgs/tools/misc/profetch
parent90cc1994d0f5d9bb44f33c2c094571ccd70684d1 (diff)
profetch: add postInstall hook
Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>
Diffstat (limited to 'pkgs/tools/misc/profetch')
-rw-r--r--pkgs/tools/misc/profetch/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/profetch/default.nix b/pkgs/tools/misc/profetch/default.nix
index c121274aa16d5..6c0e5359649a6 100644
--- a/pkgs/tools/misc/profetch/default.nix
+++ b/pkgs/tools/misc/profetch/default.nix
@@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
   installPhase = ''
       runHook preInstall
       install -Dm755 -t $out/bin profetch
+    runHook postInstall
   '';
 
   meta = with lib; {