Skip to content

Commit

Permalink
Merge pull request #5496 from kmk3/kcalc-fix-mkfile
Browse files Browse the repository at this point in the history
kcalc.profile: fix mkfile without mkdir & comment legacy paths
  • Loading branch information
kmk3 authored Dec 8, 2022
2 parents 624f882 + f6360fc commit 48c3045
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions etc/profile-a-l/kcalc.profile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ include disable-programs.inc
include disable-shell.inc
include disable-xdg.inc

# Legacy paths
#mkdir ${HOME}/.kde/share/config
#mkdir ${HOME}/.kde4/share/config
#mkfile ${HOME}/.kde/share/config/kcalcrc
#mkfile ${HOME}/.kde4/share/config/kcalcrc

mkdir ${HOME}/.local/share/kxmlgui5/kcalc
mkfile ${HOME}/.config/kcalcrc
mkfile ${HOME}/.kde/share/config/kcalcrc
mkfile ${HOME}/.kde4/share/config/kcalcrc
whitelist ${HOME}/.config/kcalcrc
whitelist ${HOME}/.kde/share/config/kcalcrc
whitelist ${HOME}/.kde4/share/config/kcalcrc
Expand Down

0 comments on commit 48c3045

Please sign in to comment.