aboutsummaryrefslogtreecommitdiffstats
path: root/texlive-europecv/watch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtexlive-europecv/watch21
1 files changed, 0 insertions, 21 deletions
diff --git a/texlive-europecv/watch b/texlive-europecv/watch
deleted file mode 100755
index 51ec975..0000000
--- a/texlive-europecv/watch
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-[ -f europecv.release ] && rm europecv.release
-
-wget 'http://mirror.ctan.org/macros/latex/contrib/europecv.zip' -O europecv.release >/dev/null 2>/dev/null
-
-if [ $? = 0 ]; then
- [ -f unfetchable ] && rm unfetchable
- md5sum europecv.release > new-sum
- touch sum
- if [ "$(cat sum)" = "$(cat new-sum)" ]; then
- rm new-sum
- else
- mv new-sum sum
- echo 'texlive-europecv'
- fi
-elif [ ! -f unfetchable ]; then
- touch unfetchable
- echo 'texlive-europecv (unfetchable)'
-fi
-