summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install2
1 files changed, 2 insertions, 0 deletions
diff --git a/install b/install
index 0f31d91b82c0..134c25522f13 100644
--- a/install
+++ b/install
@@ -1,6 +1,8 @@
post_upgrade() {
+ if (( $(vercmp $2 1.8.4-3) < 0)); then
msg 'There are fix for pandoc export command'
msg 'In order to use the new command, make sure to "reset" it once under Advanced tab of Preference'
msg 'Or, if it contains customizations,'
msg 'Replace `--citeproc --bibliography "$bibliography$"` with `$bibliography$`.'
+ fi
}