summaryrefslogtreecommitdiff
path: root/kernels/aufs2-libre/aufs2-libre.install
blob: 883882a5405111cdcd33c7c735d24a5e32734807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  KERNEL_VERSION=2.6.38-LIBRE
  depmod $KERNEL_VERSION
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}