diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:22 +0000 |
commit | d64b67cdd0baa40a6fef34d25443dcaad8da4aaa (patch) | |
tree | 99f5d939394dbd7494d29c58b0d4733796c5994b /debian/rules | |
parent | Building without dpkg-vendor. (diff) | |
download | libreoffice-d64b67cdd0baa40a6fef34d25443dcaad8da4aaa.tar.xz libreoffice-d64b67cdd0baa40a6fef34d25443dcaad8da4aaa.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 ea20383bc8..9a14fdc824 100755 --- a/debian/rules +++ b/debian/rules @@ -3658,6 +3658,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 |