From 3ef030257556f78cc55bc226999a7162e597948c Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Tue, 11 Oct 2022 17:18:43 -0300 Subject: ktorrent.profile: stop creating legacy KDE paths Leave them commented. --- etc/profile-a-l/ktorrent.profile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/etc/profile-a-l/ktorrent.profile b/etc/profile-a-l/ktorrent.profile index f34d1ccec..702bf7295 100644 --- a/etc/profile-a-l/ktorrent.profile +++ b/etc/profile-a-l/ktorrent.profile @@ -21,15 +21,17 @@ include disable-interpreters.inc include disable-programs.inc include disable-shell.inc -mkdir ${HOME}/.kde/share/apps/ktorrent -mkdir ${HOME}/.kde/share/config -mkdir ${HOME}/.kde4/share/apps/ktorrent -mkdir ${HOME}/.kde4/share/config +# Legacy paths +#mkdir ${HOME}/.kde/share/apps/ktorrent +#mkdir ${HOME}/.kde/share/config +#mkdir ${HOME}/.kde4/share/apps/ktorrent +#mkdir ${HOME}/.kde4/share/config +#mkfile ${HOME}/.kde/share/config/ktorrentrc +#mkfile ${HOME}/.kde4/share/config/ktorrentrc + mkdir ${HOME}/.local/share/ktorrent mkdir ${HOME}/.local/share/kxmlgui5/ktorrent mkfile ${HOME}/.config/ktorrentrc -mkfile ${HOME}/.kde/share/config/ktorrentrc -mkfile ${HOME}/.kde4/share/config/ktorrentrc whitelist ${DOWNLOADS} whitelist ${HOME}/.config/ktorrentrc whitelist ${HOME}/.kde/share/apps/ktorrent -- cgit v1.2.3-54-g00ecf