summarylogtreecommitdiffstats
path: root/openafs-modules.install
blob: 65628f33b5ce42337924dba2c1b7900e7c0e7067 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

post_install() {
  depmod __KERNELVER__
}

post_upgrade() {
  depmod __KERNELVER__
}

post_remove() {
  depmod __KERNELVER__
}