diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2020-07-21 06:35:10 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2020-07-22 12:26:48 -0400 |
commit | 7cff0759b29fe43428bc21632da8e40dddacff92 (patch) | |
tree | 52273823073709495b8201f9ba7271e1857fb1c4 /pcr/texlive-localmanager/tllocalmgr.install | |
parent | 0bb58d7d6ffe30aaab376fede5d1140651d418e8 (diff) | |
download | abslibre-7cff0759b29fe43428bc21632da8e40dddacff92.tar.gz abslibre-7cff0759b29fe43428bc21632da8e40dddacff92.tar.bz2 abslibre-7cff0759b29fe43428bc21632da8e40dddacff92.zip |
[texlive-localmanager-git->texlive-localmanager]: upgrade to versioned relase v0.7 and rename
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 +} |