profetch: add postInstall hook

Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>
This commit is contained in:
veleth
2021-08-13 17:50:53 +03:00
committed by GitHub
co-authored by Christoph Neidahl
parent 90cc1994d0
commit 8b8a629b22
+1
View File
@@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
installPhase = ''
runHook preInstall
install -Dm755 -t $out/bin profetch
runHook postInstall
'';
meta = with lib; {