summarylogtreecommitdiffstats
path: root/tllocalmgr.install
diff options
context:
space:
mode:
Diffstat (limited to 'tllocalmgr.install')
-rw-r--r--tllocalmgr.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/tllocalmgr.install b/tllocalmgr.install
new file mode 100644
index 000000000000..9a05beb5ac5a
--- /dev/null
+++ b/tllocalmgr.install
@@ -0,0 +1,7 @@
+post_install() {
+ cat <<WARNING
+Notice that tllocalmgr only manages packages from the texlive distribution.
+It also often leaves you with very cryptic error messages normally just
+indicating that it could not find the package you were asking it for.
+WARNING
+}