diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-10-11 11:48:35 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-15 20:51:14 +0200 |
commit | 6c45e7f14209a9971e107687b9771af3b5ab2cda (patch) | |
tree | 214cf80c88aacac48885d24bea4229314b5708b7 /install | |
parent | c7d6ae2e83ac5fbb30c7b1666c74c86ecbdd9ef9 (diff) | |
download | Ishtar-6c45e7f14209a9971e107687b9771af3b5ab2cda.tar.bz2 Ishtar-6c45e7f14209a9971e107687b9771af3b5ab2cda.zip |
🚀 Debian package: ishtar-libreoffice
Diffstat (limited to 'install')
-rw-r--r-- | install/libreoffice | 1 | ||||
-rw-r--r-- | install/libreoffice_settings.py.sample | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/install/libreoffice b/install/libreoffice new file mode 100644 index 000000000..4c93de704 --- /dev/null +++ b/install/libreoffice @@ -0,0 +1 @@ +USE_LIBREOFFICE=yes diff --git a/install/libreoffice_settings.py.sample b/install/libreoffice_settings.py.sample new file mode 100644 index 000000000..6d797e78d --- /dev/null +++ b/install/libreoffice_settings.py.sample @@ -0,0 +1 @@ +USE_LIBREOFFICE = True |