misc: remove todo

This commit is contained in:
Dylan Araps 2021-07-19 10:38:27 +03:00
parent dc8cf3c06a
commit 52b3c72340
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 0 additions and 1 deletions

1
kiss
View File

@ -1232,7 +1232,6 @@ pkg_remove_files() {
# functions allows us to stop duplicating code.
while read -r file; do
case $file in /etc/?*[!/])
# TODO: One call to sh256 for all etc files.
sh256 "$KISS_ROOT/$file" >/dev/null
grep -qF "${hash:-null}" "$1" || {