summaryrefslogtreecommitdiff
path: root/pcr/biblatex/biblatex.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/biblatex.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/biblatex.install')
-rw-r--r--pcr/biblatex/biblatex.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/pcr/biblatex/biblatex.install b/pcr/biblatex/biblatex.install
deleted file mode 100644
index e4a2a69a1..000000000
--- a/pcr/biblatex/biblatex.install
+++ /dev/null
@@ -1,18 +0,0 @@
-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
-}