Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/eva:master commit in: www-apps/pydio/files/
Date: Tue, 02 Feb 2016 07:48:09
Message-Id: 1454366887.5697aa9d0bbda947e8530f9daed7018dbb7092c9.eva@gentoo
1 commit: 5697aa9d0bbda947e8530f9daed7018dbb7092c9
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 22:48:07 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 22:48:07 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/eva.git/commit/?id=5697aa9d
7
8 www-apps/pydio: fix a typo in postinst information
9
10 www-apps/pydio/files/postinst.en.txt | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/www-apps/pydio/files/postinst.en.txt b/www-apps/pydio/files/postinst.en.txt
14 index 729cd1b..77bc593 100644
15 --- a/www-apps/pydio/files/postinst.en.txt
16 +++ b/www-apps/pydio/files/postinst.en.txt
17 @@ -3,4 +3,4 @@ SQL scripts to upgrade database can be found in pydio's sqlscripts folder.
18 PHP upgrade scripts can be found in <path_to_installation>/upgrade-scripts.
19
20 You must cleanup plugin cache files:
21 -$ find <path_to_installation>/data/cache/plugins -type f -delete
22 +$ find <path_to_installation>/data/cache/plugins_* -type f -delete