diff options
author | Norbert Preining <preining@logic.at> | 2008-05-16 08:35:36 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-16 08:35:36 +0000 |
commit | 9b53f4b0fdb19b1e98a97db2659aac99d032c9b9 (patch) | |
tree | 817521c1fef1a915e10d30b1e338ff3761a2d560 /Master/install-tl | |
parent | e9eba5739ddc72b9c08a3b17f949a3584c299277 (diff) |
PostInstall and PostRemove actions:
- rename TLPostInstall to TLPostActions
- use that one in TLMedia and install-tl
- call the post removal code refs in tlmgr:remove_package
git-svn-id: svn://tug.org/texlive/trunk@8172 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl index 1932e46baed..8659cd31d0c 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -49,7 +49,7 @@ use TeXLive::TLUtils qw(initialize_installer media platform platform_desc use TeXLive::TLPOBJ; use TeXLive::TLPDB; use TeXLive::TLConfig; -use TeXLive::TLPostInstall; +use TeXLive::TLPostActions; use Pod::Usage; use Cwd 'abs_path'; |