cleanup issue
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
1ed0b6d474
commit
c27d052890
1 changed files with 0 additions and 3 deletions
|
@ -22,8 +22,6 @@
|
||||||
destination=/etc/issue
|
destination=/etc/issue
|
||||||
os="$(cat "out/explorer/os")"
|
os="$(cat "out/explorer/os")"
|
||||||
|
|
||||||
set -x
|
|
||||||
|
|
||||||
case "$os" in
|
case "$os" in
|
||||||
archlinux)
|
archlinux)
|
||||||
source="$__type/files/archlinux"
|
source="$__type/files/archlinux"
|
||||||
|
@ -33,5 +31,4 @@ case "$os" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# FIXME: replace id with $destination post-1.0
|
|
||||||
__file "$destination" --source "$source" --type file
|
__file "$destination" --source "$source" --type file
|
||||||
|
|
Loading…
Reference in a new issue