summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-05-16 09:10:08 +0000
committerNorbert Preining <preining@logic.at>2008-05-16 09:10:08 +0000
commit454fd0afc518eeb317e77f1779d59d59bca7c788 (patch)
tree19d3c6905507826575c4d589d3ae76495d06a712 /Master/tlpkg
parentfacd9363182f2a643e239abc4e8a11dc58fb2e7e (diff)
PostRemove: fix for missing include and wrong name
git-svn-id: svn://tug.org/texlive/trunk@8174 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/TeXLive/TLPostActions.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm
index bc0c82509ca..a4bd75d2ead 100644
--- a/Master/tlpkg/TeXLive/TLPostActions.pm
+++ b/Master/tlpkg/TeXLive/TLPostActions.pm
@@ -12,6 +12,7 @@ BEGIN {
@ISA = qw(Exporter);
@EXPORT_OK = qw(
%PostInstall
+ %PostRemove
);
@EXPORT = @EXPORT_OK;
}