Unverified Commit 8f802401 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

mint-artwork: Run {pre,post}Install hooks (#375210)

parents e427a1d3 18e0dfbf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
  ];

  installPhase = ''
    runHook preInstall

    mkdir $out

    # note: we fuck up a bunch of stuff but idc
@@ -37,6 +39,8 @@ stdenv.mkDerivation rec {

    mv etc $out/etc
    mv usr/share $out/share

    runHook postInstall
  '';

  meta = with lib; {