diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-03 06:19:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-07 07:01:56 +0700 |
commit | d3285743dcbbce7fb9d226d0b6120884e8359ffe (patch) | |
tree | 202f88f02b3faa13cd1c7b5a789b7631965ca31f /system/netatop/doinst.sh | |
parent | 76cc671264e3bf722433f8e910a78bf3f86f8f54 (diff) | |
download | slackbuilds-d3285743dcbbce7fb9d226d0b6120884e8359ffe.tar.gz |
system/netatop: Run depmod in doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/netatop/doinst.sh')
-rw-r--r-- | system/netatop/doinst.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/netatop/doinst.sh b/system/netatop/doinst.sh index 2dfba6dcad..abb8f61447 100644 --- a/system/netatop/doinst.sh +++ b/system/netatop/doinst.sh @@ -23,3 +23,4 @@ preserve_perms() { } preserve_perms etc/rc.d/rc.netatopd.new +depmod -a |