summarylogtreecommitdiffstats
path: root/linux-lts310-ck.install
diff options
context:
space:
mode:
Diffstat (limited to 'linux-lts310-ck.install')
-rw-r--r--linux-lts310-ck.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/linux-lts310-ck.install b/linux-lts310-ck.install
index c794512c1355..a68b98f73e85 100644
--- a/linux-lts310-ck.install
+++ b/linux-lts310-ck.install
@@ -7,6 +7,10 @@ post_install () {
depmod ${KERNEL_VERSION}
echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
mkinitcpio -p linux${KERNEL_NAME}
+ echo ""
+ echo ">>> The package maintainer would like feedback about which version"
+ echo ">>> of GCC4 is best for building this kernel."
+ echo ">>> Feedback on the AUR page would be appreciated."
}
post_upgrade() {
@@ -29,6 +33,10 @@ post_upgrade() {
echo ">>> The repository support thread can be found at:"
echo ">>> https://bbs.archlinux.org/viewtopic.php?id=187339"
fi
+ echo ""
+ echo ">>> The package maintainer would like feedback about which version"
+ echo ">>> of GCC4 is best for building this kernel."
+ echo ">>> Feedback on the AUR page would be appreciated."
}
post_remove() {