summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2021-03-29 08:31:45 -0400
committergraysky2021-03-29 08:31:45 -0400
commit958d3f5d13e4aaa08a68bce1917bb2d040281fa2 (patch)
tree42c2a4e6f056530a49c80033c89cbc9a070e476f
parentb594f00ef1808dc1bf2f3cec38457360159a19c0 (diff)
downloadaur-958d3f5d13e4aaa08a68bce1917bb2d040281fa2.tar.gz
Update to 2.212-1
-rw-r--r--ccm.install12
1 files changed, 7 insertions, 5 deletions
diff --git a/ccm.install b/ccm.install
index f6147804ee6e..b79d8f8113e7 100644
--- a/ccm.install
+++ b/ccm.install
@@ -5,11 +5,13 @@ post_upgrade() {
# define the versions for which a change is needed
for test in 2.92-1 2.87-1 2.81-1 2.73-1 2.72-1 2.55-1 2.17-1 2.22-1 2.69-1 2.93-1 2.101-1 2.201-1 2.202-1 2.208-1 2.212-1; do
if [ "$(vercmp $2 $test)" -lt 0 ]; then
- echo '--> WARNING: changes have been made with this release!'
- echo '--> Please check ~/.config/clean-chroot-manager.conf against the'
- echo '--> provided /usr/share/clean-chroot-manager/ccm.skel to ensure it is'
- echo '--> updated as the script does not do this automatically.'
- exit 0
+ cat <<END
+
+>>> New features/changes have been made with this release.
+ Check $XDG_CONFIG_HOME/clean-chroot-manager.conf against
+ /usr/share/clean-chroot-manager/ccm.skel to ensure it is updated!
+
+END
fi
done
}