From 941f376182873fd89297dc556d04a1839a31d02d Mon Sep 17 00:00:00 2001 From: liberodark Date: Tue, 6 Nov 2018 19:31:47 +0100 Subject: [PATCH] fix --- conf/fakenode-deps.control | 10 +--------- conf/fakepostgres-deps.control | 7 +++++++ scripts/install | 1 + 3 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 conf/fakepostgres-deps.control diff --git a/conf/fakenode-deps.control b/conf/fakenode-deps.control index f56b272..d2e2a26 100644 --- a/conf/fakenode-deps.control +++ b/conf/fakenode-deps.control @@ -4,12 +4,4 @@ Package: nodejs Version: 8.0.0 Depends: Architecture: all -Description: Fake package for nodejs - -Section: misc -Priority: optional -Package: postgresql-client -Version: 9.1 -Depends: -Architecture: all -Description: Fake package for postgresql-client +Description: Fake package for nodejs \ No newline at end of file diff --git a/conf/fakepostgres-deps.control b/conf/fakepostgres-deps.control new file mode 100644 index 0000000..150e26f --- /dev/null +++ b/conf/fakepostgres-deps.control @@ -0,0 +1,7 @@ +Section: misc +Priority: optional +Package: postgresql-client +Version: 9.1 +Depends: +Architecture: all +Description: Fake package for postgresql-client diff --git a/scripts/install b/scripts/install index 43bdcd6..6dc3440 100644 --- a/scripts/install +++ b/scripts/install @@ -116,6 +116,7 @@ echo onlyoffice-documentserver onlyoffice/ds-port select 9980 | sudo debconf-set #============================================== ynh_package_install_from_equivs ../conf/fakenode-deps.control +ynh_package_install_from_equivs ../conf/fakepostgres-deps.control wget --no-verbose https://github.com/ONLYOFFICE/DocumentServer/releases/download/ONLYOFFICE-DocumentServer-5.2.3/onlyoffice-documentserver_amd64.deb dpkg --install onlyoffice-documentserver_amd64.deb