4 lines
147 B
Bash
4 lines
147 B
Bash
#!/usr/bin/env bash
|
|
|
|
ln -sT /usr/share/hunspell "$pkgdir"/opt/firefox/dictionaries
|
|
ln -sT /usr/share/hyphen "$pkgdir"/opt/firefox/hyphenation |