summaryrefslogtreecommitdiff
path: root/helpers/lh_manifest
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_manifest')
-rwxr-xr-xhelpers/lh_manifest13
1 files changed, 0 insertions, 13 deletions
diff --git a/helpers/lh_manifest b/helpers/lh_manifest
deleted file mode 100755
index d755335cd..000000000
--- a/helpers/lh_manifest
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# lh_manifest
-
-# Add filesystem.manifest
-lh_chroot "dpkg --get-selections" | awk '{ print $1 }' | sort -u > "${LIVE_ROOT}"/filesystem.manifest
-
-if [ -n "${LIVE_MANIFEST}" ]
-then
- # FIXME; what should that be good for anyway?
- lh_chroot "aptitude install --assume-yes ${LIVE_MANIFEST}"
- lh_chroot "dpkg-query -W \*" | awk '$2 ~ /./ {print $1 " " $2 }' > "${LIVE_ROOT}"/filesystem.manifest-desktop
-fi