diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-03-01 20:11:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-01 20:11:34 +0000 |
| commit | 26035e4349e4939789392c8bdd355bf621a309ed (patch) | |
| tree | d006840e144a57f03a51974f90896c89b994090f /Makefile | |
| parent | f5a7a787b2f3ed5fc36e902c2cb6f7f941221963 (diff) | |
remove powermenu script
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -52,15 +52,12 @@ install: all sed "s/VERSION/$(VERSION)/g" < stest.1 > $(DESTDIR)$(MANPREFIX)/man1/stest.1 chmod 644 $(DESTDIR)$(MANPREFIX)/man1/dmenu.1 chmod 644 $(DESTDIR)$(MANPREFIX)/man1/stest.1 - cp -f scripts/* $(DESTDIR)$(PREFIX)/bin - chmod 755 $(DESTDIR)$(PREFIX)/bin/powermenu uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/dmenu\ $(DESTDIR)$(PREFIX)/bin/dmenu_path\ $(DESTDIR)$(PREFIX)/bin/dmenu_run\ $(DESTDIR)$(PREFIX)/bin/stest\ - $(DESTDIR)$(PREFIX)/bin/powermenu\ $(DESTDIR)$(MANPREFIX)/man1/dmenu.1\ $(DESTDIR)$(MANPREFIX)/man1/stest.1 |
