aboutsummaryrefslogtreecommitdiffstats
path: root/etc/playonlinux.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/playonlinux.profile')
-rw-r--r--etc/playonlinux.profile14
1 files changed, 3 insertions, 11 deletions
diff --git a/etc/playonlinux.profile b/etc/playonlinux.profile
index 2f287223b..03091af6d 100644
--- a/etc/playonlinux.profile
+++ b/etc/playonlinux.profile
@@ -16,19 +16,11 @@ noblacklist ${HOME}/.PlayOnLinux
16noblacklist ${PATH}/nc 16noblacklist ${PATH}/nc
17 17
18# Allow python (blacklisted by disable-interpreters.inc) 18# Allow python (blacklisted by disable-interpreters.inc)
19noblacklist ${PATH}/python2* 19include allow-python2.inc
20noblacklist ${PATH}/python3* 20include allow-python3.inc
21noblacklist /usr/lib/python2*
22noblacklist /usr/lib/python3*
23noblacklist /usr/local/lib/python2*
24noblacklist /usr/local/lib/python3*
25 21
26# Allow perl (blacklisted by disable-interpreters.inc) 22# Allow perl (blacklisted by disable-interpreters.inc)
27noblacklist ${PATH}/cpan* 23include allow-perl.inc
28noblacklist ${PATH}/core_perl
29noblacklist ${PATH}/perl
30noblacklist /usr/lib/perl*
31noblacklist /usr/share/perl*
32 24
33include disable-common.inc 25include disable-common.inc
34include disable-devel.inc 26include disable-devel.inc