diff options
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild index e87b6120bf..ad68b475c3 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -119,7 +119,6 @@ cd $PKG/usr/bin rm -f $FILE ln -sf ../../opt/libreoffice$SRCSHORT/program/$FILE $FILE ; done -cd - # The symlinks below are required to (directly) open documents # supported by libreoffice with Xfe file manager. @@ -130,6 +129,7 @@ ln -sf ../../opt/libreoffice$SRCSHORT/program/simpress loimpress ln -sf ../../opt/libreoffice$SRCSHORT/program/smath lomath ln -sf ../../opt/libreoffice$SRCSHORT/program/swriter lowriter +cd - # Remove DejaVu and Liberation fonts - these are included in other packages rm -f opt/libreoffice$SRCSHORT/share/fonts/truetype/{DejaVu,Liberation}*.ttf |