summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2024-03-01 20:11:34 +0000
committerGitHub <noreply@github.com>2024-03-01 20:11:34 +0000
commit26035e4349e4939789392c8bdd355bf621a309ed (patch)
treed006840e144a57f03a51974f90896c89b994090f /Makefile
parentf5a7a787b2f3ed5fc36e902c2cb6f7f941221963 (diff)
remove powermenu script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 06d7d06..a03a95c 100644
--- a/Makefile
+++ b/Makefile
@@ -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