aboutsummaryrefslogtreecommitdiff
path: root/files/etc/profile.d/local-homedir.sh.common
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2025-02-11 22:50:49 -0500
committerCullum Smith <cullum@sacredheartsc.com>2025-02-11 22:50:49 -0500
commit7047f830acfe84e840403e69df161b9d51aca673 (patch)
treee444273e3412e677c74958468f274ed51f1aea4e /files/etc/profile.d/local-homedir.sh.common
parent21e42dd2db8d987dbd08a3254ff0719d577c005e (diff)
downloadinfrastructure-7047f830acfe84e840403e69df161b9d51aca673.tar.gz
fixes for kde6 upgrade
Diffstat (limited to 'files/etc/profile.d/local-homedir.sh.common')
-rw-r--r--files/etc/profile.d/local-homedir.sh.common6
1 files changed, 0 insertions, 6 deletions
diff --git a/files/etc/profile.d/local-homedir.sh.common b/files/etc/profile.d/local-homedir.sh.common
index 170a966..2310d7c 100644
--- a/files/etc/profile.d/local-homedir.sh.common
+++ b/files/etc/profile.d/local-homedir.sh.common
@@ -23,9 +23,3 @@ ln -sfn "${LOCAL_HOME}/.mozilla" "${HOME}/.mozilla"
# thunderbird
mkdir -p "${LOCAL_HOME}/.thunderbird"
ln -sfn "${LOCAL_HOME}/.thunderbird" "${HOME}/.thunderbird"
-
-# kwallet
-# The kwallet PAM module hard-codes ~/.local/share/kwalletd, but kwallet itself
-# honors XDG_DATA_HOME! So we symlink from the local disk back into NFS. Gross!
-mkdir -p "${LOCAL_HOME}/.local/share/kwalletd"
-ln -sfn "${HOME}/.local/share/kwalletd/kwallet.salt" "${LOCAL_HOME}/.local/share/kwalletd/kdewallet.salt"