Merge pull request #131595 from Stunkymonkey/openelec-dvb-firmware-phases

openelec-dvb-firmware: remove phases
This commit is contained in:
Sandro 2021-07-27 10:49:49 +00:00 committed by GitHub
commit 882a4c1502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,13 @@ stdenv.mkDerivation rec {
sha256 = "cef3ce537d213e020af794cecf9de207e2882c375ceda39102eb6fa2580bad8d";
};
phases = [ "unpackPhase" "installPhase" ];
installPhase = ''
runHook preInstall
DESTDIR="$out" ./install
find $out \( -name 'README.*' -or -name 'LICEN[SC]E.*' -or -name '*.txt' \) | xargs rm
runHook postInstall
'';
meta = with lib; {