summaryrefslogtreecommitdiff
path: root/libre/sigil/sigil.install
diff options
context:
space:
mode:
authorFreemor <freemor@freemor.ca>2019-09-05 22:11:49 -0300
committerFreemor <freemor@freemor.ca>2019-09-05 22:11:49 -0300
commitffdc392b683fa9367005bc6c6ab82a1b276837f7 (patch)
tree8789bd62f0270e2ce6849c036db09e1bc14f5cc7 /libre/sigil/sigil.install
parentd9499df691502f3af0b9aa0b9a828684f018302b (diff)
downloadabslibre-ffdc392b683fa9367005bc6c6ab82a1b276837f7.tar.gz
abslibre-ffdc392b683fa9367005bc6c6ab82a1b276837f7.tar.bz2
abslibre-ffdc392b683fa9367005bc6c6ab82a1b276837f7.zip
get [libre/sigil] in place and ready to replace [community/sigil] which is qt5-webengine broken.
Diffstat (limited to 'libre/sigil/sigil.install')
-rw-r--r--libre/sigil/sigil.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/libre/sigil/sigil.install b/libre/sigil/sigil.install
new file mode 100644
index 000000000..5a017b7c8
--- /dev/null
+++ b/libre/sigil/sigil.install
@@ -0,0 +1,10 @@
+post_upgrade() {
+ if (( $(vercmp 0.9.13 "$2") > 0 )); then
+ cat << __EOF__
+Sigil will very possibly not work at first due to bugs in the 0.9.11 - 0.9.12 preferences code.
+Please see the following resources for migration instructions:
+ https://www.mobileread.com/forums/showthread.php?t=315748
+ https://github.com/Sigil-Ebook/Sigil/wiki#if-youre-here-because
+__EOF__
+ fi
+}