diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-06-04 09:39:37 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:53:26 +0100 |
| commit | 8b3bea69df843fa1642ef836f2cfa80e80da0f7c (patch) | |
| tree | 1a933943caa8ba549317ab6248df95cbb6536050 /Makefile | |
| parent | d4943aab270a6e43662d63220e4c9e3315b01987 (diff) | |
| download | live-boot-8b3bea69df843fa1642ef836f2cfa80e80da0f7c.tar.gz live-boot-8b3bea69df843fa1642ef836f2cfa80e80da0f7c.zip | |
Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of live-config.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -41,7 +41,6 @@ build: install: # (FIXME) # Installing configuration - install -D -m 0644 conf/live.conf $(DESTDIR)/etc/live.conf install -D -m 0644 conf/compcache $(DESTDIR)/usr/share/initramfs-tools/conf.d/compcache # Installing executables @@ -79,10 +78,6 @@ install: done uninstall: - # (FIXME) - # Uninstalling configuration - rm -f $(DESTDIR)/etc/live.conf - # Uninstalling executables rm -f $(DESTDIR)/sbin/live-getty $(DESTDIR)/sbin/live-login $(DESTDIR)/sbin/live-snapshot $(DESTDIR)/sbin/live-swapfile rm -rf $(DESTDIR)/usr/share/live-boot |
