summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2017-04-16 02:14:07 +0000
committerNorbert Preining <preining@logic.at>2017-04-16 02:14:07 +0000
commitefbb8161f75b4b347656e7fd5f621960b3c3e0aa (patch)
tree412de0712166afef8678b3d4fa6618e878844c58 /Master/tlpkg/TeXLive
parent5913c85040504aee4109a34aaad42020b7feff38 (diff)
use tlpdbopt_ instead of option_
git-svn-id: svn://tug.org/texlive/trunk@43831 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm
index 32119ea0f75..bc1adef0249 100644
--- a/Master/tlpkg/TeXLive/TLPDB.pm
+++ b/Master/tlpkg/TeXLive/TLPDB.pm
@@ -1917,9 +1917,9 @@ sub remove_package {
# files will be gone ...
if (defined($opts{'nopostinstall'}) && $opts{'nopostinstall'}) {
&TeXLive::TLUtils::do_postaction("remove", $tlp,
- 0, # option_file_assocs,
- 0, # option_desktop_integration, menu part
- 0, # option_desktop_integration, desktop part
+ 0, # tlpdbopt_file_assocs,
+ 0, # tlpdbopt_desktop_integration, menu part
+ 0, # tlpdbopt_desktop_integration, desktop part
$localtlpdb->option("post_code"));
}
#