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