sigil.install 387 B

1234567891011
  1. post_upgrade() {
  2. if (( $(vercmp 0.9.13 "$2") > 0 )); then
  3. cat << __EOF__
  4. Sigil will very possibly not work at first due to bugs in the 0.9.11 - 0.9.12 preferences code.
  5. Please see the following resources for migration instructions:
  6. https://www.mobileread.com/forums/showthread.php?t=315748
  7. https://github.com/Sigil-Ebook/Sigil/wiki#if-youre-here-because
  8. __EOF__
  9. fi
  10. }