summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2016-12-25 14:18:53 +0000
committerV3n3RiX <venerix@redcorelinux.org>2016-12-25 14:18:53 +0000
commitc4a5f0ca71a2ac5b1ea3d729fc741a93d3602dde (patch)
tree851e40159cad5769b4a34e4acba2aef115e06cc8 /Makefile
parent21d45da97ab542059777e791ec8dca9c31571cef (diff)
add Makefile uninstall instructions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
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)