From 30e1962fcf8c46df3b35994db9dbdf420fd74a05 Mon Sep 17 00:00:00 2001 From: Vasya Novikov Date: Fri, 19 Feb 2016 21:45:37 +0300 Subject: edit wesnoth profile: add .cache directory it is not mandatory, but may speed-up multiple invocations of wesnoth --- etc/wesnoth.profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/wesnoth.profile b/etc/wesnoth.profile index 484c614e4..697b81bcb 100644 --- a/etc/wesnoth.profile +++ b/etc/wesnoth.profile @@ -17,5 +17,7 @@ private-tmp mkdir ${HOME}/.local/share/wesnoth mkdir ${HOME}/.config/wesnoth +mkdir ${HOME}/.cache/wesnoth whitelist ${HOME}/.local/share/wesnoth whitelist ${HOME}/.config/wesnoth +whitelist ${HOME}/.cache/wesnoth -- cgit v1.2.3-54-g00ecf