Lines 26-32
Link Here
|
26 |
# Debian packagers should switch this to TRUE |
26 |
# Debian packagers should switch this to TRUE |
27 |
# It will disable update alerts, bug reports, statistics |
27 |
# It will disable update alerts, bug reports, statistics |
28 |
# It will set the good locale directory, and it will use the good msttcorefonts |
28 |
# It will set the good locale directory, and it will use the good msttcorefonts |
29 |
os.environ["DEBIAN_PACKAGE"] = "FALSE" |
29 |
os.environ["DEBIAN_PACKAGE"] = "TRUE" |
30 |
|
30 |
|
31 |
# Variables PlayOnMac |
31 |
# Variables PlayOnMac |
32 |
if (os.environ["POL_OS"] == "Mac"): |
32 |
if (os.environ["POL_OS"] == "Mac"): |