sierra-gtk-theme: run hooks in installPhase

This commit is contained in:
José Romildo 2022-01-11 10:07:46 -03:00
parent fdf34ebdcb
commit a6f06687d4

View File

@ -32,9 +32,11 @@ stdenv.mkDerivation rec {
];
installPhase = ''
runHook preInstall
patchShebangs .
mkdir -p $out/share/themes
name= ./install.sh --dest $out/share/themes
runHook postInstall
'';
meta = with lib; {