slackbuilds_ponce/network/r2e/doinst.sh
Alexander Verbovetsky 109b2f018a
network/r2e: Updated for version 2.71 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-10-01 07:17:17 +07:00

12 lines
346 B
Bash

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