network/broadcom-sta: Remove doinst.sh.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andreas Voegele 2015-12-06 16:36:00 +07:00 committed by Willy Sudiarto Raharjo
parent ce5f1ace66
commit 790e41c56d
2 changed files with 1 additions and 8 deletions

View File

@ -78,9 +78,7 @@ mkdir -p $PKG/etc/modprobe.d
cat $CWD/b43_blacklist.conf.new > $PKG/etc/modprobe.d/b43_blacklist.conf.new
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
lib/LICENSE.txt $CWD/README_$VERSION.txt \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a lib/LICENSE.txt $CWD/README_$VERSION.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,5 +0,0 @@
# A good idea whenever kernel modules are added or changed:
if [ -x sbin/depmod ]; then
/sbin/depmod -a 1> /dev/null 2> /dev/null
fi