bashblog: add hooks on install phase

This commit is contained in:
P. R. d. O 2022-05-07 20:51:49 -06:00
parent 06f6e05c4e
commit 08a7a6670e
No known key found for this signature in database
GPG Key ID: 7B0FF33FF90110C7

View File

@ -45,8 +45,12 @@ in stdenv.mkDerivation rec {
'';
installPhase = ''
runHook preInstall
mkdir -p $out/bin
install -Dm755 bb.sh $out/bin/bashblog
runHook postInstall
'';
meta = with lib; {