remove packagekit

gets installed for discover but we don't actually have native packages
to speak of. will need a sysupdate discover backend
This commit is contained in:
Harald Sitter
2024-03-14 14:56:22 +01:00
parent f920e2af13
commit 1e331d8142

View File

@@ -141,6 +141,9 @@ include \${module-definitions-dir}/kf6-qt6.ksb
# kate: syntax kdesrc-buildrc;
EOF
# No packagekit support in discover please! We don't want discover talking about pacman things.
pacman --remove packagekit libpackagekit-glib || true
cat ~/.config/kdesrc-buildrc
# We want word splitting here because KDE_BUILDER_TARGET contains multiple things
# shellcheck disable=SC2086