From 81745ce738542b6a8fc8523ead13d91c5a246cd5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 16 Nov 2011 10:46:11 +0400 Subject: finally rename icons/ (fixes #272) --- debian/tt-rss-common.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/tt-rss-common.postinst') diff --git a/debian/tt-rss-common.postinst b/debian/tt-rss-common.postinst index 2b455cacb..15286c1fa 100644 --- a/debian/tt-rss-common.postinst +++ b/debian/tt-rss-common.postinst @@ -13,8 +13,8 @@ case "$1" in echo "create misc folders" - if [ ! -d /usr/share/tt-rss/www/icons/ ]; then - install -d -m775 -gwww-data /usr/share/tt-rss/www/icons + if [ ! -d /usr/share/tt-rss/www/feed-icons/ ]; then + install -d -m775 -gwww-data /usr/share/tt-rss/www/feed-icons fi if [ ! -d /var/lock/tt-rss ]; then -- cgit v1.2.3