summaryrefslogtreecommitdiffstats
path: root/network/r2e/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'network/r2e/doinst.sh')
-rw-r--r--network/r2e/doinst.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/network/r2e/doinst.sh b/network/r2e/doinst.sh
deleted file mode 100644
index b8ba97c4b3..0000000000
--- a/network/r2e/doinst.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-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