desktop/libreoffice/libreoffice.install
Chaoting Liu 6628a774b2 LO: resolve hard dependency on desktop integration
- remove commands which are now hooks in .install
- introduce virtual package libreoffice-desktop-integration
- chmod lib.so files to 644 as it is known bug upstream
2018-06-21 16:20:36 +01:00

8 lines
305 B
Plaintext

post_install() {
echo " * You may want to pacman -Ss libreoffice-extensions"
echo " to see what extensions are prepared to install"
echo " * it's recommended to install {hunspell,mythes,hyphen}-xx pkg for spell checking"
echo " * make sure you have installed some ttf fonts (ttf-dejavu recommended)"
}