summarylogtreecommitdiffstats
path: root/texlive-installer.install
diff options
context:
space:
mode:
Diffstat (limited to 'texlive-installer.install')
-rw-r--r--texlive-installer.install29
1 files changed, 29 insertions, 0 deletions
diff --git a/texlive-installer.install b/texlive-installer.install
new file mode 100644
index 000000000000..6e5c271885cf
--- /dev/null
+++ b/texlive-installer.install
@@ -0,0 +1,29 @@
+post_install()
+{
+ echo "======================================================================="
+ echo "This packages provides the installer of texlive. It also tricks Arch"
+ echo "into thinking it has its texlive packages installed."
+ echo "-----------------------------------------------------------------------"
+ echo "Execute"
+ echo " /opt/texlive-installer/install-tl"
+ echo "to start install texlive."
+ echo ""
+ echo "Do not remove this package after installation as this package provides"
+ echo "dependency so that Arch will not install its own texlive package."
+ echo "======================================================================="
+}
+
+post_upgrade()
+{
+ echo "======================================================================="
+ echo "This packages provides the installer of texlive. It also tricks Arch"
+ echo "into thinking it has its texlive packages installed."
+ echo "-----------------------------------------------------------------------"
+ echo "Execute"
+ echo " /opt/texlive-installer/install-tl"
+ echo "to start install texlive."
+ echo ""
+ echo "Do not remove this package after installation as this package provides"
+ echo "dependency so that Arch will not install its own texlive package."
+ echo "======================================================================="
+}