remove awesome-client on uninstall

This commit is contained in:
Julien Danjou 2007-10-28 20:36:05 +01:00
parent 4406efaeda
commit 4c712ea158
1 changed files with 1 additions and 0 deletions

View File

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