kiss: remove update hooks

This commit is contained in:
Dylan Araps 2021-06-30 10:31:49 +00:00
parent 048a79d471
commit e629f2a6a6
1 changed files with 0 additions and 5 deletions

5
kiss
View File

@ -1413,11 +1413,6 @@ pkg_updates() {
}
;;
esac
[ ! -x update ] || {
log "$PWD" "Running update hook"
./update
}
done
log "Checking for new package versions"