summarylogtreecommitdiffstats
path: root/ccm.install
diff options
context:
space:
mode:
Diffstat (limited to 'ccm.install')
-rw-r--r--ccm.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/ccm.install b/ccm.install
index a45e3d56aba7..a9cd9406ad64 100644
--- a/ccm.install
+++ b/ccm.install
@@ -2,9 +2,9 @@
## arg 2: the old package version
post_upgrade() {
- 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; do
+ 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; do
if [ "$(vercmp $2 $test)" -lt 1 ]; then
- echo
+ 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.'