diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-10-31 23:42:37 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-31 23:42:37 +0100 |
commit | 139a4b6229905e44f22a0b747ea9c44f30e468f4 (patch) | |
tree | 8bf354d526a269685915a4d8dfbaa3fabcbb7eaf /scp2/source/math | |
parent | 2f6005ddb25cd9b7d5372f2abfd9908a21a44b3c (diff) |
scp2: move unx wrapper scripts to AutoInstall
Change-Id: I661656e486b088c28b78e5c3ed4fbe9945991097
Diffstat (limited to 'scp2/source/math')
-rw-r--r-- | scp2/source/math/file_math.scp | 8 | ||||
-rw-r--r-- | scp2/source/math/module_math.scp | 2 |
2 files changed, 1 insertions, 9 deletions
diff --git a/scp2/source/math/file_math.scp b/scp2/source/math/file_math.scp index 6fab35ac0c41..a7a75b5e643b 100644 --- a/scp2/source/math/file_math.scp +++ b/scp2/source/math/file_math.scp @@ -35,11 +35,3 @@ File gid_File_Help_Smath_Zip End #endif -#if !defined MACOSX && !defined WNT -File gid_File_Exe_Smath - BIN_FILE_BODY; - Dir = gid_Brand_Dir_Program; - Name = "smath"; - Styles = (PACKED); -End -#endif diff --git a/scp2/source/math/module_math.scp b/scp2/source/math/module_math.scp index c281437f2a57..a683e479d9b6 100644 --- a/scp2/source/math/module_math.scp +++ b/scp2/source/math/module_math.scp @@ -52,7 +52,7 @@ Module gid_Module_Brand_Prg_Math Minimal = YES; Default = YES; Styles = (HIDDEN_ROOT); - Files = (auto_math_brand_ALL,gid_File_Exe_Smath); + Files = (auto_math_brand_ALL); End Module gid_Module_Langpack_Math_Template |