From ed1f615109dd1b237d51fa747d1ae7e413577bfb Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 10 May 2024 10:24:17 -0400 Subject: [PATCH] manifests: dnf5 is now default in rawhide; stop symlinking dnf The postprocess bomb here went off this morning, which means we can simplify this by a lot! --- manifests/include-dnf.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/manifests/include-dnf.yaml b/manifests/include-dnf.yaml index f98d98aa73..2c023b112d 100644 --- a/manifests/include-dnf.yaml +++ b/manifests/include-dnf.yaml @@ -1,13 +1,2 @@ packages: - dnf5 - -# until dnf5 becomes the default, manually symlink dnf to it -postprocess: - - | - #!/usr/bin/bash - set -euo pipefail - if command -v dnf; then - echo 'dnf5 is now the default, remove this postprocess script!' >&2 - exit 1 - fi - ln -s dnf5 /usr/bin/dnf