summarylogtreecommitdiffstats
path: root/lcc-compiler.install
blob: 09742cc11a75fe39a9c1bb885c1a34acf4d67c61 (plain)
1
2
3
4
5
6
7
8
9
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
}