From 9ae73081f438595c95aa836a62c7ae5465748d70 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 20 Nov 2012 06:59:39 +0100 Subject: gitignore improvment + remove file to be downloaded if it already exists MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- rssyl/.gitignore | 1 + rssyl/watch | 1 + 2 files changed, 2 insertions(+) create mode 100644 rssyl/.gitignore (limited to 'rssyl') diff --git a/rssyl/.gitignore b/rssyl/.gitignore new file mode 100644 index 0000000..98ecdaf --- /dev/null +++ b/rssyl/.gitignore @@ -0,0 +1 @@ +/plugins.* diff --git a/rssyl/watch b/rssyl/watch index 8aeed7f..13b728f 100755 --- a/rssyl/watch +++ b/rssyl/watch @@ -1,5 +1,6 @@ #!/bin/sh +[ -f 'plugins.php?branch=EXT' ] && rm 'plugins.php?branch=EXT' wget 'http://www.claws-mail.org/plugins.php?branch=EXT' >/dev/null 2>/dev/null if [ $? = 0 ]; then [ -f unfetchable ] && rm unfetchable -- cgit v1.2.3-70-g09d2