pkggroups.db: remove kpartsplugin

This commit is contained in:
Silvan Calarco 2023-01-05 09:40:07 +01:00
parent 8bf2637957
commit a1a07dfdd0
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ VIDEO_PKGS="$MULTIMEDIA_EDITING_PKGS"
INTERNET_PKGS="firefox FileZilla telegram"
if [ "$KDE_IS_INSTALLED" ]; then
INTERNET_PKGS="$INTERNET_PKGS ktorrent kontact kopete kpartsplugin kdeconnect"
INTERNET_PKGS="$INTERNET_PKGS ktorrent kontact kopete kdeconnect"
elif [ "$GNOME_IS_INSTALLED" ]; then
INTERNET_PKGS="$INTERNET_PKGS pigdin ekiga thunderbird totem-mozilla-plugin"
else