summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 418c06079da5..989cf91ddc6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,11 +49,6 @@ package() {
install -Dm644 palemoon/browser/icons/mozicon128.png \
"$pkgdir/usr/share/icons/hicolor/128x128/apps/palemoon.png"
- # use system-provided dictionaries
- rm -rf "$pkgdir"/usr/lib/palemoon/{dictionaries,hyphenation}
- ln -s /usr/share/hunspell "$pkgdir/usr/lib/palemoon/dictionaries"
- ln -s /usr/share/hyphen "$pkgdir/usr/lib/palemoon/hyphenation"
-
# avoid duplicate binaries
# https://bugzilla.mozilla.org/show_bug.cgi?id=658850
ln -sf palemoon "$pkgdir/usr/lib/palemoon/palemoon-bin"