From 0acd5fee5da8b5ffcb7d225f01073e5bfa3814dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sat, 20 Jul 2024 01:44:30 +0300 Subject: [PATCH] name='onlyoffice-bin' version='8.1.1' release='1' --- onlyoffice-bin/alr.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/onlyoffice-bin/alr.sh b/onlyoffice-bin/alr.sh index 9b686f1..c43d129 100644 --- a/onlyoffice-bin/alr.sh +++ b/onlyoffice-bin/alr.sh @@ -1,5 +1,5 @@ name='onlyoffice-bin' -version='8.1.0' +version='8.1.1' release='1' desc='An office suite that combines text, spreadsheet and presentation editors' homepage='https://www.onlyoffice.com/' @@ -27,6 +27,10 @@ prepare() { patch -d onlyoffice-${version}/pkg -Np1 -i "${scriptdir}/010-onlyoffice-bin-fix-document-opening.patch" } +scripts=( + ['postinstall']='postinstall.sh' +) + package() { cd $srcdir cp -dr --no-preserve='ownership' "onlyoffice-${version}"/pkg/* "$pkgdir"