From 310e060e24af6e1bacc11312c477ad67a13a0818 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 10 May 2015 18:01:36 -0300 Subject: biblatex: add new package to [pcr] --- pcr/biblatex/biblatex.install | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pcr/biblatex/biblatex.install (limited to 'pcr/biblatex/biblatex.install') diff --git a/pcr/biblatex/biblatex.install b/pcr/biblatex/biblatex.install new file mode 100644 index 000000000..e4a2a69a1 --- /dev/null +++ b/pcr/biblatex/biblatex.install @@ -0,0 +1,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 +} -- cgit v1.2.3