Skip to content
This repository was archived by the owner on Jun 19, 2023. It is now read-only.

Commit 25d263e

Browse files
committed
debuild: correct installation for LO oxt
1 parent af76a36 commit 25d263e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/dh-exec
22
html/* var/lib/oxool/datacenter/html
33
datacenter.xml /etc/oxool/conf.d/datacenter/
4+
oxoffice_oxt/* var/lib/oxool/datacenter/oxoffice_oxt/
45
src/.libs/libdatacenter.so.0.0.0 => usr/lib64/oxool/libdatacenter.so

debian/oxool-module-datacenter.postinst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ set -e
55
case "$1" in
66
configure)
77
touch /var/log/datacenter.log && chown lool:lool /var/log/datacenter.log
8-
/opt/oxoffice/program/unopkg add /var/lib/oxool/datacenter/oxoffice_oxt/CsvJson.oxt --shared | true
8+
chown -R lool:lool /var/lib/oxool/datacenter
9+
/opt/oxoffice/program/unopkg add /var/lib/oxool/datacenter/oxoffice_oxt/Csv2Json.oxt --shared | true
910
;;
1011

1112
esac

0 commit comments

Comments
 (0)