Skip to content

Commit

Permalink
Merge pull request #5415 from kmk3/ktorrent-fix-mkfile
Browse files Browse the repository at this point in the history
ktorrent.profile: fix mkfile without mkdir & comment legacy paths
  • Loading branch information
netblue30 authored Nov 25, 2022
2 parents a92d573 + 72b662f commit 5286ec8
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions etc/profile-a-l/ktorrent.profile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@ include disable-interpreters.inc
include disable-programs.inc
include disable-shell.inc

mkdir ${HOME}/.kde/share/apps/ktorrent
mkdir ${HOME}/.kde4/share/apps/ktorrent
# 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 Expand Up @@ -56,7 +60,7 @@ novideo
protocol unix,inet,inet6,netlink
seccomp

private-bin kbuildsycoca4,kdeinit4,ktorrent
private-bin kbuildsycoca4,kdeinit4,ktmagnetdownloader,ktorrent,ktupnptest
private-dev
# private-lib - problems on Arch
private-tmp
Expand Down

0 comments on commit 5286ec8

Please sign in to comment.