From cb48d6ebf6df5208779a1995ab62179938139cb4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 29 Jul 2021 22:00:37 +0200 Subject: Remove old packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- emacs-prolog-mode (not maintaining)/watch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 emacs-prolog-mode (not maintaining)/watch (limited to 'emacs-prolog-mode (not maintaining)/watch') diff --git a/emacs-prolog-mode (not maintaining)/watch b/emacs-prolog-mode (not maintaining)/watch deleted file mode 100755 index 8832b47..0000000 --- a/emacs-prolog-mode (not maintaining)/watch +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -[ -f prolog.el ] && rm prolog.el - -wget 'http://bruda.ca/_media/emacs/prolog.el' -O prolog.el >/dev/null 2>/dev/null - -if [ $? = 0 ]; then - [ -f unfetchable ] && rm unfetchable - md5sum prolog > new-sum - touch sum - if [ "$(cat sum)" = "$(cat new-sum)" ]; then - rm new-sum - else - mv new-sum sum - echo 'emacs-prolog-mode' - fi -elif [ ! -f unfetchable ]; then - touch unfetchable - echo 'emacs-prolog-mode (unfetchable)' -fi - -- cgit v1.2.3-70-g09d2