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"