diff --git a/kcmkwin/kwincompositing/kwineffect.knsrc b/kcmkwin/kwincompositing/kwineffect.knsrc --- a/kcmkwin/kwincompositing/kwineffect.knsrc +++ b/kcmkwin/kwincompositing/kwineffect.knsrc @@ -41,5 +41,5 @@ ProvidersUrl=https://download.kde.org/ocs/providers.xml Categories=KWin Effects StandardResource=tmp -InstallationCommand=plasmapkg2 -t kwineffect -i %f -UninstallCommand=plasmapkg2 -t kwineffect -r %f +InstallationCommand=kpackagetool5 --type KWin/Effect --install %f +UninstallCommand=kpackagetool5 --type KWin/Effect --remove %f diff --git a/kcmkwin/kwinscripts/kwinscripts.knsrc b/kcmkwin/kwinscripts/kwinscripts.knsrc --- a/kcmkwin/kwinscripts/kwinscripts.knsrc +++ b/kcmkwin/kwinscripts/kwinscripts.knsrc @@ -40,5 +40,5 @@ ProvidersUrl=https://download.kde.org/ocs/providers.xml Categories=KWin Scripts StandardResource=tmp -InstallationCommand=plasmapkg2 -t kwinscript -i %f -UninstallCommand=plasmapkg2 -t kwinscript -r %f +InstallationCommand=kpackagetool5 --type KWin/Script --install %f +UninstallCommand=kpackagetool5 --type KWin/Script --remove %f diff --git a/kcmkwin/kwintabbox/kwinswitcher.knsrc b/kcmkwin/kwintabbox/kwinswitcher.knsrc --- a/kcmkwin/kwintabbox/kwinswitcher.knsrc +++ b/kcmkwin/kwintabbox/kwinswitcher.knsrc @@ -41,5 +41,5 @@ ProvidersUrl=https://download.kde.org/ocs/providers.xml Categories=KWin Switching Layouts StandardResource=tmp -InstallationCommand=plasmapkg2 -t windowswitcher -i %f -UninstallCommand=plasmapkg2 -t windowswitcher -r %f +InstallationCommand=kpackagetool5 --type KWin/WindowSwitcher --install %f +UninstallCommand=kpackagetool5 --type KWin/WindowSwitcher --remove %f