summarylogtreecommitdiffstats
path: root/ipt_ndpi.install
blob: dfbc8754a25ff9bebcae5a2266ceac891fc68140 (plain)
1
2
3
4
5
6
7
post_install() {
  depmod -a
}

post_remove() {
  depmod -a
}