summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLConfig.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-07-05 01:06:47 +0000
committerNorbert Preining <preining@logic.at>2009-07-05 01:06:47 +0000
commit79364908545806a2e80af2e511bb9982df9c7306 (patch)
treec985ebb3baff1e43b52c290726ed7e5d6b9674ac /Master/tlpkg/TeXLive/TLConfig.pm
parent657ba4f783aa9b76181bda011b4eef594e7193fa (diff)
postaction fileassocs: we work now in three modes depending on the setting
of option("fileassocs"): - == 0 : do not fiddle with fileassocs (but still add/remove filetype!) - == 1 : do only add/remove if it is the one we created - == 2 : always recreate the the fileassocs TLConfig.pm: chnage the type of the fileassoc parameter to n:0..2 git-svn-id: svn://tug.org/texlive/trunk@14103 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfig.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLConfig.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm
index 536cbc33a50..8afef78ce5b 100644
--- a/Master/tlpkg/TeXLive/TLConfig.pm
+++ b/Master/tlpkg/TeXLive/TLConfig.pm
@@ -135,7 +135,7 @@ our %TLPDBOptionType = (
"location" => "u",
"create_formats" => "b",
"desktop_integration" => "b",
- "file_assocs" => "b",
+ "file_assocs" => "n:0..2",
"post_code" => "b",
"sys_bin" => "p",
"sys_info" => "p",