From c4a5f0ca71a2ac5b1ea3d729fc741a93d3602dde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 25 Dec 2016 14:18:53 +0000 Subject: add Makefile uninstall instructions --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 976029c..c87b76f 100644 --- a/Makefile +++ b/Makefile @@ -47,3 +47,12 @@ install: install -m 0644 desktop/sisyphus.png $(DESTDIR)$(PIXMAPDIR) install -d $(DESTDIR)$(POLKITDIR) install -m 0644 org.redcorelinux.sisyphus.policy $(DESTDIR)$(POLKITDIR)/ + +uninstall: + rm -rf $(DESTDIR)$(UBINDIR)/sisyphus + rm -rf $(DESTDIR)$(UBINDIR)/sisyphus-pkexec + rm -rf $(DESTDIR)$(DESKTOPDIR)/sisyphus.desktop + rm -rf $(DESTDIR)$(PIXMAPDIR)/sisyphus.png + rm -rf $(DESTDIR)$(POLKITDIR)/org.redcorelinux.sisyphus.policy + rm -rf $(DESTDIR)$(SISYPHUSLIBDIR) + rm -rf $(DESTDIR)$(SISYPHUSDATADIR) -- cgit v1.2.3