diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2022-06-13 15:13:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-13 15:13:42 -0500 |
| commit | b195e65a13bdf9267577a6b00f5cdc4ac859efc8 (patch) | |
| tree | 7f5ffe8645ed7602dd5d3c948fff33b8821b6237 /Makefile | |
| parent | fc9cf93843928355a81fd96532e5b7611eaec37e (diff) | |
remove powermenu
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -43,8 +43,6 @@ install: all mkdir -p ${DESTDIR}${MANPREFIX}/man1 sed "s/VERSION/${VERSION}/g" < dwm.1 > ${DESTDIR}${MANPREFIX}/man1/dwm.1 chmod 644 ${DESTDIR}${MANPREFIX}/man1/dwm.1 - cp -f scripts/* ${DESTDIR}${PREFIX}/bin - chmod 755 ${DESTDIR}${PREFIX}/bin/powermenu uninstall: rm -f ${DESTDIR}${PREFIX}/bin/dwm\ |
