From 86ba6cc95012acef66019e73a9002a7a50d165ac Mon Sep 17 00:00:00 2001 From: Anton Shestakov Date: Mon, 17 Jan 2022 12:08:35 +0300 Subject: lutris.profile: allow ~/.cache/wine ~/.cache/wine is a directory where wine stores .msi files for wine-gecko and wine-mono that it may download (with user's permission) and reuse every time a new prefix is created. --- etc/profile-a-l/lutris.profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/profile-a-l') diff --git a/etc/profile-a-l/lutris.profile b/etc/profile-a-l/lutris.profile index bf8ab9e64..71309b48f 100644 --- a/etc/profile-a-l/lutris.profile +++ b/etc/profile-a-l/lutris.profile @@ -9,6 +9,7 @@ include globals.local noblacklist ${PATH}/llvm* noblacklist ${HOME}/Games noblacklist ${HOME}/.cache/lutris +noblacklist ${HOME}/.cache/wine noblacklist ${HOME}/.cache/winetricks noblacklist ${HOME}/.config/lutris noblacklist ${HOME}/.local/share/lutris @@ -34,6 +35,7 @@ include disable-xdg.inc mkdir ${HOME}/Games mkdir ${HOME}/.cache/lutris +mkdir ${HOME}/.cache/wine mkdir ${HOME}/.cache/winetricks mkdir ${HOME}/.config/lutris mkdir ${HOME}/.local/share/lutris @@ -41,6 +43,7 @@ mkdir ${HOME}/.local/share/lutris whitelist ${DOWNLOADS} whitelist ${HOME}/Games whitelist ${HOME}/.cache/lutris +whitelist ${HOME}/.cache/wine whitelist ${HOME}/.cache/winetricks whitelist ${HOME}/.config/lutris whitelist ${HOME}/.local/share/lutris -- cgit v1.2.3-54-g00ecf