Merge pull request #97022 from samuelgrf/fix/kwin-scripts-typo

krohnkite,kwin-tiling: fix typo
This commit is contained in:
Peter Hoeg 2020-09-04 08:19:47 +08:00 committed by GitHub
commit 0fd664e0b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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; {

View File

@ -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; {