Kaydet (Commit) fa81ac50 authored tarafından Andras Timar's avatar Andras Timar

remove DONTSHOWINUSERINSTALL style, because it is not interpreted

Change-Id: I146e29a68b04ce227fd2b9568fd2bbcd79b45792
üst 7a7429bc
......@@ -32,11 +32,7 @@ Module gid_Module_Optional_Gnome
Default = YES;
PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC(MODULE_OPTIONAL_GNOME);
#ifdef UNX
Styles = ();
#else
Styles = (DONTSHOWINUSERINSTALL);
#endif
#ifdef ENABLE_GNOMEVFS
XpdCheckSolaris = "SUNWgnome-vfs";
#endif
......
......@@ -33,7 +33,7 @@ Module gid_Module_Optional_Kde
Default = YES;
PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC(MODULE_OPTIONAL_KDE);
Styles = (DONTSHOWINUSERINSTALL);
Styles = ();
Files = (
#ifdef ENABLE_KDE
gid_File_Lib_Kdebe
......
......@@ -33,7 +33,7 @@ Module gid_Module_Optional_Onlineupdate
Sortkey = "800";
ParentID = gid_Module_Optional;
Default = YES;
Styles = (DONTSHOWINUSERINSTALL);
Styles = ();
Files = (gid_File_Bin_UnpackUpdate,
gid_File_Lib_Updchk,
gid_File_Lib_Updchkui,
......
......@@ -38,7 +38,7 @@ Module gid_Module_Optional_Systemintegration
#ifdef WNT
Styles = (HIDDEN_ROOT);
#else
Styles = (SYSTEMMODULE,NOTRELOCATABLE,DONTSHOWINUSERINSTALL,INSTALLCANFAIL,USEFORCE);
Styles = (SYSTEMMODULE,NOTRELOCATABLE,INSTALLCANFAIL,USEFORCE);
#endif
#if (defined(LINUX)) || (defined(SOLARIS))
PackageName = "${SYSTEMINTUNIXPACKAGENAME}-desktop-integration.tar.gz";
......
......@@ -32,11 +32,7 @@ Module gid_Module_Optional_Stdlibs
Default = NO;
PackageInfo = "packinfo_ure.txt";
MOD_NAME_DESC(MODULE_OPTIONAL_STDLIBS);
#ifdef UNX
Styles = ();
#else
Styles = (DONTSHOWINUSERINSTALL);
#endif
Files = (
#if defined _gcc3 && !(defined FREEBSD || defined NETBSD || defined OPENBSD \
|| defined MACOSX || defined SYSTEM_STDLIBS || defined(WNT) || defined(DRAGONFLY))
......
......@@ -30,7 +30,7 @@ Module gid_Module_Optional_Tde
Default = YES;
PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC(MODULE_OPTIONAL_TDE);
Styles = (DONTSHOWINUSERINSTALL);
Styles = ();
Files = (
#ifdef ENABLE_TDE
gid_File_Lib_Tdebe
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment