diff options
Diffstat (limited to 'corepkgs/unpack-channel.sh')
-rw-r--r-- | corepkgs/unpack-channel.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/corepkgs/unpack-channel.sh b/corepkgs/unpack-channel.sh deleted file mode 100644 index f42b0870ae18..000000000000 --- a/corepkgs/unpack-channel.sh +++ /dev/null @@ -1,4 +0,0 @@ -mkdir $out -cd $out -$bzip2 -d < $src | $tar xf - -mv * $out/$channelName |