summaryrefslogtreecommitdiff
path: root/pcr/biblatex/biblatex.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-05-10 18:01:36 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-05-10 22:10:14 -0300
commit310e060e24af6e1bacc11312c477ad67a13a0818 (patch)
tree202cff7e19cd5902a3afe6135bbd9cbf7861613c /pcr/biblatex/biblatex.install
parent3064fd6cc878c292bb55ec8af581bf6f1e7aeeaa (diff)
biblatex: add new package to [pcr]
Diffstat (limited to 'pcr/biblatex/biblatex.install')
-rw-r--r--pcr/biblatex/biblatex.install18
1 files changed, 18 insertions, 0 deletions
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
+}