mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
109b2f018a
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
12 lines
346 B
Bash
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
|