summarylogtreecommitdiffstats
path: root/texlive-installer.install
blob: 6e5c271885cf1fa5610a495021f09ebf2da17296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 "======================================================================="
}