2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-05-10 22:33:22 +00:00

improve sed cmd

This commit is contained in:
Gokul Swami 2021-03-25 18:56:07 -07:00
parent 7924c2635d
commit b75c72f80b

View File

@ -17,7 +17,7 @@ uninstall:
@rm -vrf \
"$(DESTDIR)$(BINDIR)/hilbish" \
"$(DESTDIR)$(LIBDIR)"
@sed -i '/$(DESTDIR)\/usr\/bin\/hilbish/d' /etc/shells
@sed -i '/hilbish/d' /etc/shells
@echo "Hilbish Uninstalled"
clean: