summaryrefslogtreecommitdiff
path: root/pcr/biblatex/biblatex.install
blob: e4a2a69a11c9904ff6104109634476a9fb813a99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
	echo ">>> texlive: updating the filename database..."
	/usr/bin/mktexlsr
	echo ">>> Remember that biblatex 3.0 should be used with"
	echo ">>> * etoolbox >=2.1"
	echo ">>> * logreq >=1.0"
	echo ">>> * bibtex, bibtex8 or biber"
	echo ">>> Biber is strongly recommended. BibTeX and bibTeX8 are legacies."
}

post_upgrade() {
	post_install
}

post_remove() {
	echo ">>> texlive: updating the filename database..."
	/usr/bin/mktexlsr
}