libreoffice: remove obsolete i686* hack
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
ccde09b8f3
commit
8d07c96283
|
@ -538,14 +538,6 @@ do_install() {
|
||||||
rm -rf ${DESTDIR}/usr/lib32
|
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() {
|
libreoffice-common_package() {
|
||||||
short_desc+=" - Common files"
|
short_desc+=" - Common files"
|
||||||
depends="hunspell hyphen mythes openldap"
|
depends="hunspell hyphen mythes openldap"
|
||||||
|
|
Loading…
Reference in New Issue