Skip to content

Commit

Permalink
ktorrent.profile: stop creating legacy KDE paths
Browse files Browse the repository at this point in the history
Leave them commented.
  • Loading branch information
kmk3 committed Nov 22, 2022
1 parent 7f1906d commit 3ef0302
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions etc/profile-a-l/ktorrent.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ef0302

Please sign in to comment.