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

This commit is contained in:
Bobby Rong
2025-01-20 12:21:36 +08:00
committed by GitHub
+4
View File
@@ -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; {