summaryrefslogtreecommitdiff
path: root/libre/texlive-bin/texlive.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-06 03:00:27 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-06 03:00:27 -0300
commitaaf0573d5ee85c5a83f74f17659a192bfe1f5455 (patch)
tree1ddc12b16301c92f5b3ec6fc8fd3509407130c79 /libre/texlive-bin/texlive.install
parent97baef09944acb124ca7ddc5fb40a609b6c1a49f (diff)
texlive-bin-2016.41290-4.parabola1: updating version
* poppler 0.46.0 rebuild * define pacman hooks for mktexlsr and updmap
Diffstat (limited to 'libre/texlive-bin/texlive.install')
-rw-r--r--libre/texlive-bin/texlive.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/texlive-bin/texlive.install b/libre/texlive-bin/texlive.install
index f84144388..22d2ad1fb 100644
--- a/libre/texlive-bin/texlive.install
+++ b/libre/texlive-bin/texlive.install
@@ -20,7 +20,7 @@ post_upgrade() {
_pacout=$(pacman -Q texlive-core 2>/dev/null)
read corename corever <<< ${_pacout}
# only recreate formats if texlive-core has right version
- if [[ ${corever} == 2014* ]]; then
+ if [[ ${corever} == 2016* ]]; then
if [[ -f usr/bin/fmtutil-sys ]]; then
echo -n "recreating all formats..."
usr/bin/fmtutil-sys --all 1>/dev/null