summaryrefslogtreecommitdiff
path: root/pcr/biblatex-biber/biblatex-biber.install
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-01 15:53:45 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-01 17:11:37 +0100
commit9b01a8aa61c94b8c68ac475a99f45b690592c9b0 (patch)
tree3c4b53e0901d4b83b017bcbe7ff2d1cfea715b45 /pcr/biblatex-biber/biblatex-biber.install
parentd7ec959e71d3a329b2d2a42568e33a2160a76989 (diff)
downloadabslibre-9b01a8aa61c94b8c68ac475a99f45b690592c9b0.tar.gz
abslibre-9b01a8aa61c94b8c68ac475a99f45b690592c9b0.tar.bz2
abslibre-9b01a8aa61c94b8c68ac475a99f45b690592c9b0.zip
pcr/biblatex*: removed; covered by community/biber
Diffstat (limited to 'pcr/biblatex-biber/biblatex-biber.install')
-rw-r--r--pcr/biblatex-biber/biblatex-biber.install23
1 files changed, 0 insertions, 23 deletions
diff --git a/pcr/biblatex-biber/biblatex-biber.install b/pcr/biblatex-biber/biblatex-biber.install
deleted file mode 100644
index 32d081c99..000000000
--- a/pcr/biblatex-biber/biblatex-biber.install
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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 $*