From c27d0528903355a37586b95514cea408bade7deb Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 26 Feb 2011 10:44:50 +0100 Subject: [PATCH] cleanup issue Signed-off-by: Nico Schottelius --- conf/type/__issue/manifest | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/type/__issue/manifest b/conf/type/__issue/manifest index cdaeefc2..a79544ee 100755 --- a/conf/type/__issue/manifest +++ b/conf/type/__issue/manifest @@ -22,8 +22,6 @@ destination=/etc/issue os="$(cat "out/explorer/os")" -set -x - case "$os" in archlinux) source="$__type/files/archlinux" @@ -33,5 +31,4 @@ case "$os" in ;; esac -# FIXME: replace id with $destination post-1.0 __file "$destination" --source "$source" --type file