mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
10 lines
387 B
Text
10 lines
387 B
Text
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
|
|
}
|