summaryrefslogtreecommitdiff
path: root/pcr/biblatex-biber/biblatex-biber.install
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-05-01 10:58:00 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-05-01 10:58:00 -0300
commit0be718a01cdbb832c3d63d0a3b06a500394018bd (patch)
treee7028235cf58ace298be3076541f40ac44cad577 /pcr/biblatex-biber/biblatex-biber.install
parent9bec072b01c430693e67c5e86bcda671f0bb6720 (diff)
add biblatex-biber to [pcr]
Diffstat (limited to 'pcr/biblatex-biber/biblatex-biber.install')
-rw-r--r--pcr/biblatex-biber/biblatex-biber.install23
1 files changed, 23 insertions, 0 deletions
diff --git a/pcr/biblatex-biber/biblatex-biber.install b/pcr/biblatex-biber/biblatex-biber.install
new file mode 100644
index 000000000..32d081c99
--- /dev/null
+++ b/pcr/biblatex-biber/biblatex-biber.install
@@ -0,0 +1,23 @@
+# arg 1: the new package version
+post_install() {
+ echo ">>> Remember that biber 2.0 should be used with biblatex >= 3.0!"
+ echo ">>> Get it e.g. from"
+ echo ">>> http://sourceforge.net/projects/biblatex/files/biblatex-3.0/biblatex-3.0.tds.tgz/download"
+ echo ">>>"
+ echo ">>> The biber executable provided by this package sits in"
+ echo ">>> /usr/local/bin,so as not to conflict with the texlive-bin"
+ echo ">>> package, which provides a biber executable in /usr/bin as well."
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ post_install $1
+}
+
+
+
+op=$1
+shift
+
+$op $*