summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorBrLi2021-01-09 09:36:10 +0800
committerBrLi2021-01-09 09:36:10 +0800
commita5e2d604768de962f4ffbf5e17a05d2cd7776a97 (patch)
tree4b9bb6acf2b6f8eec2067006fc0d3473f64a3cdc /install
parent60923117b07d54b778eb00c00f7904475d23b958 (diff)
downloadaur-a5e2d604768de962f4ffbf5e17a05d2cd7776a97.tar.gz
remove zh-tw translation
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
}