summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-05 21:52:21 +0400
committerAndrew Dolgov <[email protected]>2012-06-05 21:52:21 +0400
commit010efc9b814b433bc60353caec185d905688a32b (patch)
treeb2b4f62cbc2d10cf75386e992434be1f4013dc13 /debian
parent705b97b7fca9ea70820af5fcd926f88903eaa430 (diff)
Revert "remove htmlpurifier"
This reverts commit c21a462d52bd32737c32c29b060da03b38f1c2e6.
Diffstat (limited to 'debian')
-rw-r--r--debian/tt-rss-common.postinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/tt-rss-common.postinst b/debian/tt-rss-common.postinst
index d12631f3c..9c18ebd0b 100644
--- a/debian/tt-rss-common.postinst
+++ b/debian/tt-rss-common.postinst
@@ -21,6 +21,10 @@ case "$1" in
install -d -m775 -gwww-data /var/lock/tt-rss
fi
+ if [ ! -d /var/cache/tt-rss/htmlpurifier ]; then
+ install -d -m775 -gwww-data /var/cache/tt-rss/htmlpurifier
+ fi
+
if [ ! -d /var/cache/tt-rss/magpie ]; then
install -d -m775 -gwww-data /var/cache/tt-rss/magpie
fi