Bump version to 6.0-36
[LibreOffice.git] / scp2 / source / ooo / module_libreofficekit.scp
blob80af179c704d35e5db7da0b158b2fe562eda5f44
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
10 #include "macros.inc"
12 #include "AutoInstall/libreofficekit"
14 Module gid_Module_Libreofficekit
15     Name = "Libreofficekit Data";
16     Description = "Libreofficekit Data";
17     PackageInfo = "packinfo_office.txt";
18     ParentID = gid_Module_Root_Brand;
19     Styles = (HIDDEN_ROOT);
20     Dirs = (gid_Dir_Share_Libreofficekit);
21     Files = (auto_libreofficekit_ALL);
22 End
24 Directory gid_Dir_Share_Libreofficekit
25     ParentID = gid_Brand_Dir_Share;
26     DosName = "libreofficekit";
27 End
29 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */