diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-25 14:18:53 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-25 14:18:53 +0000 |
commit | c4a5f0ca71a2ac5b1ea3d729fc741a93d3602dde (patch) | |
tree | 851e40159cad5769b4a34e4acba2aef115e06cc8 /Makefile | |
parent | 21d45da97ab542059777e791ec8dca9c31571cef (diff) |
add Makefile uninstall instructions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) |