mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
6628a774b2
- 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
8 lines
305 B
Plaintext
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)"
|
|
}
|