summaryrefslogtreecommitdiff
path: root/debian
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
parente0d91d846dd5ac42a95a0832777cc76aaf579bc2 (diff)
finally rename icons/ (fixes #272)
Diffstat (limited to 'debian')
-rw-r--r--debian/tt-rss-common.postinst4
-rw-r--r--debian/tt-rss-common.postrm2
2 files changed, 3 insertions, 3 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
diff --git a/debian/tt-rss-common.postrm b/debian/tt-rss-common.postrm
index c91674def..1911f0249 100644
--- a/debian/tt-rss-common.postrm
+++ b/debian/tt-rss-common.postrm
@@ -8,7 +8,7 @@ fi
if [ "$1" = "purge" ]; then
- rm -rf /usr/share/tt-rss/www/icons
+ rm -rf /usr/share/tt-rss/www/feed-icons
rm -rf /var/lock/tt-rss
rm -rf /var/cache/tt-rss
fi