]> git.phdru.name Git - mimedecode.git/commitdiff
Remove update script
authorOleg Broytman <phd@phdru.name>
Mon, 17 Apr 2017 19:51:00 +0000 (22:51 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 17 Apr 2017 19:51:00 +0000 (22:51 +0300)
update [deleted file]

diff --git a/update b/update
deleted file mode 100755 (executable)
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 .