]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/remove-deprecated.sh
Project continued with rewrites:
[mailer.git] / DOCS / remove-deprecated.sh
index 87bed750d944fee16987e144d4e9d3dcfc3bc11d..b3de570576e026b8d19b94a6b4dcd7d3ab52dcd6 100755 (executable)
@@ -1,12 +1 @@
-#!/bin/sh
-
-if ! test -e "modules.php"; then
-  echo "$0: Please execute this script from root directory."
-  exit 1
-fi
-
-LIST=`find -name "*.tpl" -exec grep -H "@DEPRECATED" {} \;`
-if test "${LIST}" != ""; then
-       echo "${LIST}" | cut -d ":" -f 1 | xargs svn --force del
-       sh ./DOCS/todo-builder.sh
-fi
+#@DEPRECATED