summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-05 21:17:59 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-05 21:53:15 +0200
commit70de5f09da642186f58faeaabe0308cd76fad0f0 (patch)
tree3bfc13393952b5a36e94282b978b40ce6be71245 /Makefile
parenta259714e3d8b60cd5c638e0ada860cc26de771b9 (diff)
downloadlive-boot-70de5f09da642186f58faeaabe0308cd76fad0f0.tar.gz
live-boot-70de5f09da642186f58faeaabe0308cd76fad0f0.zip
Removing live-preseed, not used anymore.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 297259e..79a9388 100644
--- a/Makefile
+++ b/Makefile
@@ -49,9 +49,6 @@ install:
mkdir -p $(DESTDIR)/sbin
cp bin/live-new-uuid bin/live-snapshot bin/live-swapfile $(DESTDIR)/sbin
- mkdir -p $(DESTDIR)/usr/share/live-boot
- cp bin/live-preseed $(DESTDIR)/usr/share/live-boot
-
mkdir -p $(DESTDIR)/usr/share/initramfs-tools/hooks
cp backends/initramfs-tools/live.hook $(DESTDIR)/usr/share/initramfs-tools/hooks/live
mkdir -p $(DESTDIR)/usr/share/initramfs-tools/scripts
@@ -86,8 +83,6 @@ uninstall:
rm -f $(DESTDIR)/sbin/live-snapshot $(DESTDIR)/sbin/live-swapfile
rmdir --ignore-fail-on-non-empty $(DESTDIR)/sbin > /dev/null 2>&1 || true
- rm -rf $(DESTDIR)/usr/share/live-boot
-
rm -f $(DESTDIR)/usr/share/initramfs-tools/hooks/live
rm -f $(DESTDIR)/usr/share/initramfs-tools/scripts/live