diff options
Diffstat (limited to 'pcr/biblatex/biblatex.install')
-rw-r--r-- | pcr/biblatex/biblatex.install | 18 |
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 -} |