index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
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 | 198838d722dc31c6c2fce7d9491fdead63a5e588 (patch) | |
tree | 42f2f209655f5971142e143e1d42d5a6dc408cbc | |
parent | 4264557e0d2bdf85674373cae064eee39971029a (diff) |
-rw-r--r-- | Makefile | 7 |
@@ -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 |