add preInstall hook
This commit is contained in:
parent
c9ed2faa54
commit
4088925e22
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ stdenvNoCC.mkDerivation {
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
runHook preInstall
|
||||||
|
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
|
||||||
cp power-menu.sh $out/bin/power-menu
|
cp power-menu.sh $out/bin/power-menu
|
||||||
|
|
Loading…
Reference in a new issue