summaryrefslogtreecommitdiff
path: root/pcr/texlive-localmanager-git/tllocalmgr.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/texlive-localmanager-git/tllocalmgr.install')
-rw-r--r--pcr/texlive-localmanager-git/tllocalmgr.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/pcr/texlive-localmanager-git/tllocalmgr.install b/pcr/texlive-localmanager-git/tllocalmgr.install
new file mode 100644
index 000000000..9a05beb5a
--- /dev/null
+++ b/pcr/texlive-localmanager-git/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
+}