summarylogtreecommitdiffstats
path: root/texlive-full.install
blob: 1cab89a77a2bb1ac24fc1fd0964e54e7fe625030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
}