summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)