blob: 8dccca537fdfc177daa7ba4f03c66d22672f1f36 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo "==> Warning: Package should be rebuilt after gcc is upgraded."
echo "==> Warning: rcc renamed to lcc-rcc to avoid a conflict with qtchooser."
}
post_upgrade() {
post_install
}
|