mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
office/libreoffice: Add loxxx symlinks.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
249199bac2
commit
5d64b8d2fa
1 changed files with 9 additions and 0 deletions
|
@ -121,6 +121,15 @@ cd $PKG/usr/bin
|
|||
done
|
||||
cd -
|
||||
|
||||
# The symlinks below are required to (directly) open documents
|
||||
# supported by libreoffice with Xfe file manager.
|
||||
ln -sf ../../opt/libreoffice$SRCSHORT/program/sbase lobase
|
||||
ln -sf ../../opt/libreoffice$SRCSHORT/program/scalc localc
|
||||
ln -sf ../../opt/libreoffice$SRCSHORT/program/sdraw lodraw
|
||||
ln -sf ../../opt/libreoffice$SRCSHORT/program/simpress loimpress
|
||||
ln -sf ../../opt/libreoffice$SRCSHORT/program/smath lomath
|
||||
ln -sf ../../opt/libreoffice$SRCSHORT/program/swriter lowriter
|
||||
|
||||
# Remove DejaVu and Liberation fonts - these are included in other packages
|
||||
rm -f opt/libreoffice$SRCSHORT/share/fonts/truetype/{DejaVu,Liberation}*.ttf
|
||||
|
||||
|
|
Loading…
Reference in a new issue