1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 23:31:29 +00:00

finally rename icons/ (fixes #272)

This commit is contained in:
Andrew Dolgov
2011-11-16 10:46:11 +04:00
parent e0d91d846d
commit 81745ce738
5 changed files with 6 additions and 9 deletions

View File

@@ -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

View File

@@ -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