From df97cd7c2d72081e14edd3480a053eb082b98bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 3 Nov 2016 18:13:00 +0100 Subject: Ensure existence of ~/.cache/mutt --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index aac1b43..974f4ea 100755 --- a/install +++ b/install @@ -65,6 +65,7 @@ if [[ $REPLY =~ ^[Yy]?$ ]]; then # Contains: # inst mutt/ ~/.mutt # inst msmtprc ~/.msmtprc + mkdir -p ~/.cache/mutt # directory for temporaly html files fi read -p "Install i3 configuration and related tools? (Y/n) " -- cgit v1.2.3