summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTEL.RED [x]2017-04-02 12:50:50 +0530
committerTEL.RED [x]2017-04-02 12:50:50 +0530
commitb3cc32568d9edba3a81d584bfb12ad6098cf4de9 (patch)
treeb3706654ea426304183e60334d7608944ff616da
parent5a7bee4819b19f5db76c46190afa86b96a4436b6 (diff)
downloadaur-b3cc32568d9edba3a81d584bfb12ad6098cf4de9.tar.gz
Known issues comments added
-rw-r--r--sky.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/sky.install b/sky.install
index 5fe416e614a1..9e858989753d 100644
--- a/sky.install
+++ b/sky.install
@@ -2,6 +2,9 @@ post_install() {
if [[ -x usr/bin/xdg-icon-resource ]]; then
usr/bin/xdg-icon-resource forceupdate &>/dev/null || true
fi
+
+ echo -e "\e[0;32mCurrent \e[1;32msky\e[0;32m release(s) is known to conflict with \e[1;32mtesting/openssl (1.1.x)\e[0;32m packages"\
+ "\nThis is a pending issue which will be resolved in upcoming updates"
}
post_upgrade() {