diff options
author | Britney Fransen <brfransen@gmail.com> | 2025-06-28 15:23:20 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2025-06-28 15:23:20 (GMT) |
commit | 064535d077dbc143025aee90c03a4ca5d8a64890 (patch) | |
tree | 3656b81710b1046420d6c0d077330db3178b9043 /linhes/clean-chroot-manager/ccm.install | |
parent | 3fc4eab6b273c920dd7b079c678779d834da9e06 (diff) | |
download | linhes_pkgbuild-064535d077dbc143025aee90c03a4ca5d8a64890.zip linhes_pkgbuild-064535d077dbc143025aee90c03a4ca5d8a64890.tar.gz linhes_pkgbuild-064535d077dbc143025aee90c03a4ca5d8a64890.tar.bz2 |
linhes-system: add plasma-x11-session to depends
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 5095567..d84033d 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.101-1 2.201-1 2.202-1 2.208-1 2.212-1 2.213-1 2.221-1 2.224-1 2.237-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 2.237-1 2.239-1; do if [ "$(vercmp $2 $test)" -lt 0 ]; then cat <<END |