summaryrefslogtreecommitdiff
path: root/debian/tt-rss-common.postinst
diff options
context:
space:
mode:
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