summaryrefslogtreecommitdiff
path: root/bin/piece/unpack-extras
diff options
context:
space:
mode:
Diffstat (limited to 'bin/piece/unpack-extras')
-rwxr-xr-xbin/piece/unpack-extras8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/piece/unpack-extras b/bin/piece/unpack-extras
deleted file mode 100755
index ed8dd437d..000000000
--- a/bin/piece/unpack-extras
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env bash
-
-TOOLSDIR=$1
-OOBUILDDIR=$2
-
-echo "Copying custom user-dicts into tree"
-[ -d $OOBUILDDIR/extras/source/wordbook ] || mkdir -p $OOBUILDDIR/extras/source/wordbook
-cp -f $TOOLSDIR/src/*.dic $OOBUILDDIR/extras/source/wordbook || exit 1;