summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install7
1 files changed, 0 insertions, 7 deletions
diff --git a/install b/install
deleted file mode 100644
index b82b8b31dc02..000000000000
--- a/install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_upgrade() {
- if (( $(vercmp $2 1.8.8-2) < 0)); then
- printf 'In order to adhere upstream, we now ship with bundled pandoc binary'
- printf "If you want to export documents with Arch's system pandoc"
- printf 'Please choose NOT to export with built-in pandoc in Preference/Export tab'
- fi
-}