summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:10:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:10:54 +0000
commit349e3abbbba9af27e20312be98f15f549c29214c (patch)
treed00d17720d4cdf34399559a3318a830c42ecab40 /debian/rules
parentBuilding without dpkg-vendor. (diff)
downloadlibreoffice-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-xdebian/rules3
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