diff options
author | Holger Paradies <retabell@gmx.de> | 2024-12-14 11:45:01 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2025-05-05 19:56:59 +0200 |
commit | 131aa26a1e17a8e22a6023e2e154f1f3c96ee551 (patch) | |
tree | 97191319ab41d1a176497b637f3054666d8725d5 /auto/config | |
parent | 3b684d6cbec73770df675cc3b968ebfd2961be0f (diff) | |
download | kanotix-131aa26a1e17a8e22a6023e2e154f1f3c96ee551.zip kanotix-131aa26a1e17a8e22a6023e2e154f1f3c96ee551.tar.gz |
replace mime-support
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/config b/auto/config index e0fb4cd..06fd9b5 100755 --- a/auto/config +++ b/auto/config @@ -48,7 +48,7 @@ bullseye) KSECURITY="true" ;; *) - KDEBOOTSTRAPOPTIONS="--include=apt-transport-https,ca-certificates,gpg,gpg-agent,mime-support --exclude=nano" + KDEBOOTSTRAPOPTIONS="--include=apt-transport-https,ca-certificates,gpg,gpg-agent,mailcap,media-types --exclude=nano" ;; esac |