remove awesome-client on uninstall
This commit is contained in:
parent
4406efaeda
commit
4c712ea158
1
Makefile
1
Makefile
|
@ -65,6 +65,7 @@ install: all
|
||||||
uninstall:
|
uninstall:
|
||||||
@echo removing executable file from ${DESTDIR}${PREFIX}/bin
|
@echo removing executable file from ${DESTDIR}${PREFIX}/bin
|
||||||
@rm -f ${DESTDIR}${PREFIX}/bin/awesome
|
@rm -f ${DESTDIR}${PREFIX}/bin/awesome
|
||||||
|
@rm -f ${DESTDIR}${PREFIX}/bin/awesome-client
|
||||||
@echo removing manual page from ${DESTDIR}${MANPREFIX}/man1
|
@echo removing manual page from ${DESTDIR}${MANPREFIX}/man1
|
||||||
@rm -f ${DESTDIR}${MANPREFIX}/man1/awesome.1
|
@rm -f ${DESTDIR}${MANPREFIX}/man1/awesome.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue