summaryrefslogtreecommitdiff
path: root/community-testing/cdfs/cdfs.install
blob: 3693d60ed417e7e61bb390d5d1581d9c36ce8255 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  /sbin/depmod -a
}

post_upgrade() {
  /sbin/depmod -a
}

post_remove() {
  /sbin/depmod -a
}