mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-22 07:15:59 +01:00
Uninstall scroll when uninstalling st
This commit is contained in:
parent
67ef1c4d4e
commit
6aee0d97ed
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -57,6 +57,7 @@ install: st
|
||||||
@echo Please see the README file regarding the terminfo entry of st.
|
@echo Please see the README file regarding the terminfo entry of st.
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
|
$(MAKE) uninstall -C scroll
|
||||||
rm -f $(DESTDIR)$(PREFIX)/bin/st
|
rm -f $(DESTDIR)$(PREFIX)/bin/st
|
||||||
rm -f $(DESTDIR)$(PREFIX)/bin/st-copyout
|
rm -f $(DESTDIR)$(PREFIX)/bin/st-copyout
|
||||||
rm -f $(DESTDIR)$(PREFIX)/bin/st-urlhandler
|
rm -f $(DESTDIR)$(PREFIX)/bin/st-urlhandler
|
||||||
|
|
Loading…
Reference in a new issue