Drop "duplicate" trigger that is no longer needed

It causes a spec error and is not needed anymore anyway.
This commit is contained in:
Neal Gompa 2022-02-16 07:39:58 -05:00
parent 7fefa01b9e
commit d5f3c0a5b3
1 changed files with 0 additions and 7 deletions

View File

@ -434,13 +434,6 @@ if [ -d /var/lib/rpm ]; then
done
fi
%triggerun -- rpm < 4.15.90-0.git14971.10
# Handle rpmdb rebuild service on erasure of old to avoid ordering issues
# https://pagure.io/fesco/issue/2382
if [ -x /usr/bin/systemctl ]; then
systemctl --no-reload preset rpmdb-rebuild ||:
fi
%triggerun -- rpm < 4.17.0-7
# Handle rpmdb migrate service on erasure of old to avoid ordering issues
if [ -x /usr/bin/systemctl ]; then