[arch-commits] Commit in ghc/trunk (ghc.install)
Felix Yan
felixonmars at archlinux.org
Thu Oct 18 11:45:57 UTC 2018
Date: Thursday, October 18, 2018 @ 11:45:57
Author: felixonmars
Revision: 395906
improve post_upgrade message
Modified:
ghc/trunk/ghc.install
-------------+
ghc.install | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: ghc.install
===================================================================
--- ghc.install 2018-10-18 11:29:49 UTC (rev 395905)
+++ ghc.install 2018-10-18 11:45:57 UTC (rev 395906)
@@ -6,7 +6,7 @@
post_upgrade() {
if [[ ${1%-*} != ${2%-*} ]]; then
- echo '==> All cabalized packages need to be reinstalled now.'
- echo '==> See /usr/share/haskell/ for a tentative list of affected packages.'
+ echo '==> If you have custom packages installed, you will need to reinstall them now.'
+ echo "==> See /usr/lib/ghc-${2%-*}/package.conf.d/ for a tentative list of affected packages."
fi
}
More information about the arch-commits
mailing list