rtlwifi-setup.sh: remove extract function
This commit is contained in:
parent
2eb31d7a7b
commit
b97f6b0229
@ -27,14 +27,6 @@ _download(){
|
||||
fi
|
||||
}
|
||||
|
||||
_extract(){
|
||||
if [ -f $(which unzip) ];then
|
||||
cd ${tmpdir}/${pkgname}
|
||||
else
|
||||
echo "Install unzip"
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
_install(){
|
||||
cd ${tmpdir}/${pkgname}
|
||||
|
Loading…
x
Reference in New Issue
Block a user