create directory /var/cache/authentic2

This commit is contained in:
Benjamin Dauvergne 2014-04-24 19:01:52 +02:00
parent b987f0a1cb
commit 623b418bf6
2 changed files with 3 additions and 1 deletions

View File

@ -6,3 +6,4 @@ var/lib/authentic2/static
var/lib/authentic2/extra-static
var/run/authentic2
var/log/authentic2
var/cache/authentic2

View File

@ -41,7 +41,8 @@ case "$1" in
/var/lib/authentic2/extra-static \
/var/lib/authentic2/media \
/var/run/authentic2 \
/var/log/authentic2
/var/log/authentic2 \
/var/cache/authentic2
# source dbconfig-common shell library, and call the hook function
if [ -f /usr/share/dbconfig-common/dpkg/postinst.pgsql ]; then