summaryrefslogtreecommitdiff
path: root/community/sysprof/sysprof.install
blob: 489df22620ec625208ceb7a59fdb4ffc84597b5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  depmod -a
}

post_upgrade() {
  post_install $1
}

post_remove() {
  post_install $1
}