@@ -48,10 +48,11 @@ have git && link_file git .config/git ../ if have gpg || have gpg2; then mkdir -p $HOME/.local/share/gnupg chmod 700 $HOME/.local/share/gnupg link_file gnupg/gpg.conf .local/share/gnupg/gpg.conf ../../../ + link_file gnupg/scdaemon.conf .local/share/gnupg/scdaemon.conf ../../../ if have gpg2; then gpg="gpg2" else gpg="gpg" fi