summaryrefslogtreecommitdiff
path: root/storage/mroonga/vendor/groonga/data/images/logo/update-files.sh
diff options
context:
space:
mode:
Diffstat (limited to 'storage/mroonga/vendor/groonga/data/images/logo/update-files.sh')
-rwxr-xr-xstorage/mroonga/vendor/groonga/data/images/logo/update-files.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/storage/mroonga/vendor/groonga/data/images/logo/update-files.sh b/storage/mroonga/vendor/groonga/data/images/logo/update-files.sh
deleted file mode 100755
index 03f68f0afee..00000000000
--- a/storage/mroonga/vendor/groonga/data/images/logo/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 " \$(NULL)"
- echo
-}
-
-# image files.
-ls *.svg *.png | \
- list_paths "image_files"