Diff liquid_feedback_core-2.2.6 with a liquid_feedback_core-3.0.4
/usr/portage/www-apps/liquid_feedback_core/liquid_feedback_core-3.0.4.ebuild 2023-10-09 14:52:35.876368511 +0300 | ||
---|---|---|
21 | 21 | |
22 | 22 |
S=${WORKDIR}/${MY_P} |
23 | 23 | |
24 |
PATCHES=( "${FILESDIR}"/${PN}-2.2.3-gentoo.patch ) |
|
24 |
PATCHES=( "${FILESDIR}"/${PN}-3.0.4-gentoo.patch ) |
|
25 | 25 | |
26 | 26 |
src_compile() { |
27 | 27 |
emake \ |
... | ... | |
37 | 37 |
doins -r {core,init,demo,test}.sql update |
38 | 38 |
dodoc README "${FILESDIR}"/postinstall-en.txt |
39 | 39 |
} |
40 | ||
41 |
pkg_postinst() { |
|
42 |
elog "If you just upgraded, remember to update database schema" |
|
43 |
elog "with the scripts in /usr/share/${PN}/update" |
|
44 |
} |