diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:10:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:10:54 +0000 |
commit | 349e3abbbba9af27e20312be98f15f549c29214c (patch) | |
tree | d00d17720d4cdf34399559a3318a830c42ecab40 /debian/rules | |
parent | Building without dpkg-vendor. (diff) | |
download | libreoffice-349e3abbbba9af27e20312be98f15f549c29214c.tar.xz libreoffice-349e3abbbba9af27e20312be98f15f549c29214c.zip |
Disabling the splash screen by default.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index df68982e3..286e833e3 100755 --- a/debian/rules +++ b/debian/rules @@ -3448,6 +3448,9 @@ endif grep URE_BOOTSTRAP $(PKGDIR)-common/etc/$(OODIRNAME)/sofficerc >> $(PKGDIR)-common/$(OODIR)/program/sofficerc && \ grep -v URE_BOOTSTRAP $(PKGDIR)-common/etc/$(OODIRNAME)/sofficerc > $$TMP && mv $$TMP $(PKGDIR)-common/etc/$(OODIRNAME)/sofficerc + # disabling the splash screen + sed -i -e 's/Logo=1/Logo=0/' $(PKGDIR)-common/etc/$(OODIRNAME)/sofficerc + install -m 644 debian/soffice.sh \ $(PKGDIR)-common/etc/$(OODIRNAME)/soffice.sh |