libreoffice: remove obsolete i686* hack

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-05-16 12:32:48 +02:00
parent ccde09b8f3
commit 8d07c96283
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

@ -538,14 +538,6 @@ do_install() {
rm -rf ${DESTDIR}/usr/lib32
}
post_install() {
case "$XBPS_TARGET_MACHINE" in
i686*) # correct desktop files
sed -i "s/libreoffice5.4/libreoffice/" ${DESTDIR}/usr/lib/libreoffice/share/xdg/*.desktop
;;
esac
}
libreoffice-common_package() {
short_desc+=" - Common files"
depends="hunspell hyphen mythes openldap"