Skip to content

Commit

Permalink
Updated uninstall script to remove darlingserver and darling-coredump.
Browse files Browse the repository at this point in the history
  • Loading branch information
luchsj authored and CuriousTommy committed May 20, 2024
1 parent 195684f commit 983d339
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/uninstall
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ then
rmdir --ignore-fail-on-non-empty "${INSTALL_PREFIX}/libexec"
fi
rm -f "${INSTALL_PREFIX}/bin/darling"
rm -f "${INSTALL_PREFIX}/bin/darlingserver"
rm -f "${INSTALL_PREFIX}/bin/darling-coredump"
find /lib/modules -name darling-mach.ko -delete
echo "Uninstall complete"

0 comments on commit 983d339

Please sign in to comment.