summaryrefslogtreecommitdiffstats
path: root/network/r2e/doinst.sh
blob: b8ba97c4b323caa48511ac2d9448f21dd5488533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if [ -d /etc/r2e ]; then
  cat << EOF > /etc/r2e/README.config
Starting version 2.71 to customize r2e please edit config.py in your
user directory ~/.rss2email

File /etc/r2e/config.py is not used anymore.  The directory /etc/r2e
can safely be removed.

See /usr/doc/config.py.example for a full list of available
configuration variables.
EOF
fi