aboutsummaryrefslogtreecommitdiffstats
path: root/qtsixa/watch
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-11-20 06:59:39 +0100
committerMattias Andrée <maandree@operamail.com>2012-11-20 06:59:39 +0100
commit9ae73081f438595c95aa836a62c7ae5465748d70 (patch)
treee10d8df993294770afb20f218e9fbb0d50147d33 /qtsixa/watch
parentdue not notify about a package being unfetchable twice, now that running this is automated. (diff)
downloadaur-packages-9ae73081f438595c95aa836a62c7ae5465748d70.tar.gz
aur-packages-9ae73081f438595c95aa836a62c7ae5465748d70.tar.bz2
aur-packages-9ae73081f438595c95aa836a62c7ae5465748d70.tar.xz
gitignore improvment + remove file to be downloaded if it already exists
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'qtsixa/watch')
-rwxr-xr-xqtsixa/watch1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtsixa/watch b/qtsixa/watch
index cb8648c..edce4fa 100755
--- a/qtsixa/watch
+++ b/qtsixa/watch
@@ -1,5 +1,6 @@
#!/bin/sh
+[ -f 'index.html' ] && rm 'index.html'
wget http://sourceforge.net/projects/qtsixa/files/ >/dev/null 2>/dev/null
if [ $? = 0 ]; then
[ -f unfetchable ] && rm unfetchable