summaryrefslogtreecommitdiff
path: root/storage/mroonga/vendor/groonga/data/html/update-files.sh
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-11-18 22:27:03 +0100
committerSergei Golubchik <sergii@pisem.net>2014-11-18 22:27:03 +0100
commit95a8587b6eb6bdb4257c44ca348a63a20918ed86 (patch)
treecc0c685e25b3a33f76a2e107fa2e572f186436d2 /storage/mroonga/vendor/groonga/data/html/update-files.sh
parent4ec0799fe5f9f696e79d238f9013d0fcc5093ee3 (diff)
downloadmariadb-git-95a8587b6eb6bdb4257c44ca348a63a20918ed86.tar.gz
mroonga/groonga: remove unused packaging data and bundled software
Diffstat (limited to 'storage/mroonga/vendor/groonga/data/html/update-files.sh')
-rwxr-xr-xstorage/mroonga/vendor/groonga/data/html/update-files.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/storage/mroonga/vendor/groonga/data/html/update-files.sh b/storage/mroonga/vendor/groonga/data/html/update-files.sh
deleted file mode 100755
index 7d72fe2fe19..00000000000
--- a/storage/mroonga/vendor/groonga/data/html/update-files.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-list_paths()
-{
- variable_name=$1
- echo "$variable_name = \\"
- sort | \
- sed \
- -e 's,^,\t,' \
- -e 's,$, \\,'
- echo "\t\$(NULL)"
- echo
-}
-
-find "admin" -type f | \
- sort | \
- list_paths "nobase_dist_html_DATA"