diff options
| author | Dan McGee <dan@archlinux.org> | 2007-10-23 23:03:01 -0500 |
|---|---|---|
| committer | Simo Leone <simo@archlinux.org> | 2007-10-24 02:05:32 -0500 |
| commit | 2cde4b9187182144816c66a1e1285551faa2473c (patch) | |
| tree | f492ac250f95f7a9075fc00a18df58e254f015f7 /Makefile | |
| parent | b21ecef676158b75b7696714129569d2e71754e6 (diff) | |
| download | archiso-2cde4b9187182144816c66a1e1285551faa2473c.tar.gz archiso-2cde4b9187182144816c66a1e1285551faa2473c.tar.bz2 | |
Add basic uninstall target to Makefile
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -14,3 +14,10 @@ install: # install default config in a sane location mkdir -p $(DESTDIR)/usr/share/archiso cp -R default-config $(DESTDIR)/usr/share/archiso/ + +uninstall: + rm -f $(DESTDIR)/usr/sbin/mkarchiso + rm -f $(DESTDIR)/usr/bin/testiso + rm -f $(DESTDIR)/lib/initcpio/hooks/{archiso,boot-cd,boot-usb} + rm -f $(DESTDIR)/lib/initcpio/install/{archiso,boot-cd,boot-usb} + rm -rf $(DESTDIR)/usr/share/archiso |
