summarylogtreecommitdiffstats
path: root/texlive-full.install
diff options
context:
space:
mode:
Diffstat (limited to 'texlive-full.install')
-rw-r--r--texlive-full.install23
1 files changed, 0 insertions, 23 deletions
diff --git a/texlive-full.install b/texlive-full.install
deleted file mode 100644
index 1cab89a77a2b..000000000000
--- a/texlive-full.install
+++ /dev/null
@@ -1,23 +0,0 @@
-post_install()
-{
- _year=$(date "+%Y")
- echo "======================================================================="
- echo "This packages provides texlive-full in /opt. It also tricks ArchLinux"
- echo "into thinking it has its texlive packages installed."
- echo "-----------------------------------------------------------------------"
- echo "Add"
- echo " /opt/texlive/${_year}/bin/x86_64-linux"
- echo "to your PATH"
- echo "Add"
- echo " /opt/texlive/${_year}/texmf-dist/doc/man"
- echo "to your MANPATH"
- echo "Add"
- echo " /opt/texlive/${_year}/texmf-dist/doc/info"
- echo "to your INFOPATH"
- echo "======================================================================="
-}
-
-post_upgrade()
-{
- post_install
-}