summaryrefslogtreecommitdiff
path: root/debian/tt-rss-common.postinst
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-01 00:07:59 +0400
committerAndrew Dolgov <[email protected]>2012-06-01 00:07:59 +0400
commitc21a462d52bd32737c32c29b060da03b38f1c2e6 (patch)
tree83b1b0a5e5451b6c4b6556886e6b590da24ca12f /debian/tt-rss-common.postinst
parent65dd90f2bae0f10aa8c4404df622d287e48b2544 (diff)
remove htmlpurifier
Diffstat (limited to 'debian/tt-rss-common.postinst')
-rw-r--r--debian/tt-rss-common.postinst4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/tt-rss-common.postinst b/debian/tt-rss-common.postinst
index 9c18ebd0b..d12631f3c 100644
--- a/debian/tt-rss-common.postinst
+++ b/debian/tt-rss-common.postinst
@@ -21,10 +21,6 @@ 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