From: Oleg Broytman Date: Mon, 17 Apr 2017 19:51:00 +0000 (+0300) Subject: Remove update script X-Git-Tag: 2.7.0~5 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=da26d8e167f03171c9aec9c6ef38c718bf4af18b Remove update script --- diff --git a/update b/update deleted file mode 100755 index e026690..0000000 --- a/update +++ /dev/null @@ -1,11 +0,0 @@ -#! /bin/sh - -"$HOME"/admin/prog/git-scripts/update || exit 1 - -current="`pwd`" -origin="`git config --get --path remote.origin.url`" - -# Copy mimedecode.docbook with timestamp to avoid rebuilding -cd "$origin" -exec rsync -ahP "$current"/mimedecode.docbook "$current"/mimedecode.man \ - "$current"/mimedecode.html "$current"/mimedecode.txt .