summaryrefslogtreecommitdiffstats
path: root/l10n-da/extensions/spellcheck/hunspell/extension.sh
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-da/extensions/spellcheck/hunspell/extension.sh')
-rw-r--r--l10n-da/extensions/spellcheck/hunspell/extension.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/l10n-da/extensions/spellcheck/hunspell/extension.sh b/l10n-da/extensions/spellcheck/hunspell/extension.sh
new file mode 100644
index 0000000000..313e540f21
--- /dev/null
+++ b/l10n-da/extensions/spellcheck/hunspell/extension.sh
@@ -0,0 +1,11 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+mkdir dictionaries
+mv da.dic dictionaries/da.dic
+mv da.aff dictionaries/da.aff
+zip extension.xpi install.rdf icon.png README dictionaries/da.dic dictionaries/da.aff
+mv dictionaries/da.dic da.dic
+mv dictionaries/da.aff da.aff
+rmdir dictionaries