1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
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);
24 Directory gid_Dir_Share_Libreofficekit
25 ParentID = gid_Brand_Dir_Share;
26 DosName = "libreofficekit";
29 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */