summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLMedia.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLMedia.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLMedia.pm10
1 files changed, 0 insertions, 10 deletions
diff --git a/Master/tlpkg/TeXLive/TLMedia.pm b/Master/tlpkg/TeXLive/TLMedia.pm
index e33d216cc02..260b7646cfe 100644
--- a/Master/tlpkg/TeXLive/TLMedia.pm
+++ b/Master/tlpkg/TeXLive/TLMedia.pm
@@ -8,7 +8,6 @@
package TeXLive::TLMedia;
use TeXLive::TLConfig;
-use TeXLive::TLPackageConfigurations;
use TeXLive::TLUtils qw(copy win32 dirname mkdirhier basename download_file
merge_into debug ddebug info tlwarn log);
use TeXLive::TLPDB;
@@ -202,10 +201,6 @@ sub install_package {
# compute the return value
my %ret;
merge_into(\%ret, $tlpobj->make_return_hash_from_executes("enable"));
- if (defined($PackageConfigInstall{$pkg})) {
- info("running post install action for $pkg\n");
- &{$PackageConfigInstall{$pkg}}($totlpdb->root);
- }
if (!$nopostinstall) {
# do the postinstallation actions
#
@@ -407,11 +402,6 @@ sub remove_package {
# disadvantage: removing a collection calls the save routine several times
# still I consider it better that the tlpdb is in a consistent state
$localtlpdb->save;
- # do the post removal actions
- if (defined($PackageConfigRemove{$pkg})) {
- info("running post remove action for $pkg\n");
- &{$PackageConfigRemove{$pkg}}($localtlpdb->root);
- }
#
# Run the post installation code in the postaction tlpsrc entries
# the postaction code part cannot be evaluated now since the