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

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}