This commit is contained in:
2022-01-14 01:25:44 -05:00
parent ba0be060d9
commit 1ab9610966

View File

@@ -1558,10 +1558,6 @@ main() {
fi fi
if (( CREATEREPO_SWITCH )); then if (( CREATEREPO_SWITCH )); then
if [[ "$ID" == "suse" ]]; then
err "createrepo is not available on SUSE"
exit 1
fi
runCreaterepo runCreaterepo
fi fi