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