summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/desktops/plasma-5/kwin/scripts/krohnkite.nix2
-rw-r--r--pkgs/desktops/plasma-5/kwin/scripts/tiling.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/kwin/scripts/krohnkite.nix b/pkgs/desktops/plasma-5/kwin/scripts/krohnkite.nix
index abd655db375..95480bc5b96 100644
--- a/pkgs/desktops/plasma-5/kwin/scripts/krohnkite.nix
+++ b/pkgs/desktops/plasma-5/kwin/scripts/krohnkite.nix
@@ -26,7 +26,7 @@ mkDerivation rec {
     plasmapkg2 --type kwinscript --install ${src}/res/ --packageroot $out/share/kwin/scripts
     install -Dm644 ${src}/res/metadata.desktop $out/share/kservices5/krohnkite.desktop
 
-    runHook postInstalll
+    runHook postInstall
   '';
 
   meta = with lib; {
diff --git a/pkgs/desktops/plasma-5/kwin/scripts/tiling.nix b/pkgs/desktops/plasma-5/kwin/scripts/tiling.nix
index da424d04da9..8a455cb8882 100644
--- a/pkgs/desktops/plasma-5/kwin/scripts/tiling.nix
+++ b/pkgs/desktops/plasma-5/kwin/scripts/tiling.nix
@@ -31,7 +31,7 @@ mkDerivation rec {
     plasmapkg2 --type kwinscript --install ${src} --packageroot $out/share/kwin/scripts
     install -Dm644 ${src}/metadata.desktop $out/share/kservices5/kwin-script-tiling.desktop
 
-    runHook postInstalll
+    runHook postInstall
   '';
 
   meta = with lib; {