Add a fallback if remove_deps isn't found
Fixes https://github.com/Frogging-Family/linux-tkg/issues/131
This commit is contained in:
parent
298818a4cd
commit
17c7ef9056
@ -1306,7 +1306,7 @@ exit_cleanup() {
|
||||
fi
|
||||
|
||||
if [ "${_distro}" = "Arch" ]; then
|
||||
remove_deps
|
||||
remove_deps || ( true && msg2 "remove_deps not found" )
|
||||
fi
|
||||
|
||||
msg2 'exit cleanup done\n'
|
||||
|
Loading…
Reference in New Issue
Block a user