forked from kiss-community/kiss
misc: remove todo
This commit is contained in:
parent
dc8cf3c06a
commit
52b3c72340
1
kiss
1
kiss
@ -1232,7 +1232,6 @@ pkg_remove_files() {
|
|||||||
# functions allows us to stop duplicating code.
|
# functions allows us to stop duplicating code.
|
||||||
while read -r file; do
|
while read -r file; do
|
||||||
case $file in /etc/?*[!/])
|
case $file in /etc/?*[!/])
|
||||||
# TODO: One call to sh256 for all etc files.
|
|
||||||
sh256 "$KISS_ROOT/$file" >/dev/null
|
sh256 "$KISS_ROOT/$file" >/dev/null
|
||||||
|
|
||||||
grep -qF "${hash:-null}" "$1" || {
|
grep -qF "${hash:-null}" "$1" || {
|
||||||
|
Loading…
Reference in New Issue
Block a user