diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-08-01T20·34-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-08-01T20·34-0400 |
commit | afa7e0187815d89c8af93fa9c1081bf67ab0f10e (patch) | |
tree | d4b6495e06724ff6c8f96f5de02df2087bbcfb31 /corepkgs/unpack-channel.sh | |
parent | 8a25d787d7f05d612521bd489510aa23d4ef2177 (diff) |
Inline unpack-channel.sh
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 |