summarylogtreecommitdiffstats
path: root/lcc-compiler.install
diff options
context:
space:
mode:
Diffstat (limited to 'lcc-compiler.install')
-rw-r--r--lcc-compiler.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/lcc-compiler.install b/lcc-compiler.install
new file mode 100644
index 000000000000..09742cc11a75
--- /dev/null
+++ b/lcc-compiler.install
@@ -0,0 +1,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
+}
+