summarylogtreecommitdiffstats
path: root/lcc-compiler.install
diff options
context:
space:
mode:
authoraksr2015-07-16 13:34:59 +0200
committeraksr2015-07-16 13:34:59 +0200
commit3151731209cb8307aa2fc1a4aba1b11f48249cd1 (patch)
tree5b79c64a7202e8c57515d8e45db5b0650b0d720e /lcc-compiler.install
downloadaur-3151731209cb8307aa2fc1a4aba1b11f48249cd1.tar.gz
Start.
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
+}
+