summaryrefslogtreecommitdiff
path: root/debian/tt-rss-common.postinst
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-16 10:46:11 +0400
committerAndrew Dolgov <[email protected]>2011-11-16 10:46:11 +0400
commit81745ce738542b6a8fc8523ead13d91c5a246cd5 (patch)
treee9068ceb25238a16b93bc34d1ad62dfb9d3cc1fd /debian/tt-rss-common.postinst
parente0d91d846dd5ac42a95a0832777cc76aaf579bc2 (diff)
finally rename icons/ (fixes #272)
Diffstat (limited to 'debian/tt-rss-common.postinst')
-rw-r--r--debian/tt-rss-common.postinst4
1 files changed, 2 insertions, 2 deletions
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