wok-next diff dummynet/receipt @ rev 19132

pcmanfm: add tazpkg-get action
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun May 15 02:07:14 2016 +0200 (2016-05-15)
parents eb8067417980
children d5aab818505e
line diff
     1.1 --- a/dummynet/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/dummynet/receipt	Sun May 15 02:07:14 2016 +0200
     1.3 @@ -33,6 +33,5 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	echo "/lib/modules/`uname -r`/kernel/net/ipfw_mod.ko" >> /lib/modules/modules.dep
     1.8 -	depmod
     1.9 +	[ "$1" ] || depmod -a
    1.10  }