diff options
Diffstat (limited to 'linhes/clean-chroot-manager/ccm.install')
-rw-r--r-- | linhes/clean-chroot-manager/ccm.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linhes/clean-chroot-manager/ccm.install b/linhes/clean-chroot-manager/ccm.install index e36c57f..e2cfd39 100644 --- a/linhes/clean-chroot-manager/ccm.install +++ b/linhes/clean-chroot-manager/ccm.install @@ -3,7 +3,7 @@ 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 2.213-1 2.221-1; do + for test in 2.101-1 2.201-1 2.202-1 2.208-1 2.212-1 2.213-1 2.221-1 2.224-1; do if [ "$(vercmp $2 $test)" -lt 0 ]; then cat <<END |