rtlwifi-setup.sh: remove extract function

This commit is contained in:
mollusk 2020-10-02 06:13:40 -07:00
parent 2eb31d7a7b
commit b97f6b0229

View File

@ -27,14 +27,6 @@ _download(){
fi fi
} }
_extract(){
if [ -f $(which unzip) ];then
cd ${tmpdir}/${pkgname}
else
echo "Install unzip"
fi
}
_install(){ _install(){
cd ${tmpdir}/${pkgname} cd ${tmpdir}/${pkgname}
@ -48,4 +40,4 @@ _install(){
_fetch_deps _fetch_deps
_download _download
_install _install