diff options
| author | Mattias Andrée <maandree@kth.se> | 2018-10-02 18:23:00 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2018-10-02 18:23:00 +0200 | 
| commit | 8d0cff2cb4e47a3127f5d5ab83ab9bfe94b44d23 (patch) | |
| tree | 28fe5fcba9d74b783b93a8eb29411adbfc1e91a5 /texlive-europecv | |
| parent | Update pylibcoopgamma (diff) | |
| download | aur-packages-8d0cff2cb4e47a3127f5d5ab83ab9bfe94b44d23.tar.gz aur-packages-8d0cff2cb4e47a3127f5d5ab83ab9bfe94b44d23.tar.bz2 aur-packages-8d0cff2cb4e47a3127f5d5ab83ab9bfe94b44d23.tar.xz | |
texlive-europecv texlive-europecv [disowned]
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rwxr-xr-x | texlive-europecv/watch | 21 | 
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 - | 
