Add a fallback if remove_deps isn't found

Fixes https://github.com/Frogging-Family/linux-tkg/issues/131
This commit is contained in:
Tk-Glitch 2020-11-26 16:05:12 +01:00
parent 298818a4cd
commit 17c7ef9056

View File

@ -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'