summarylogtreecommitdiffstats
path: root/stk11xx-svn.install
blob: 8163a60772e27792abd56ad5b7ea64ad1f327ca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install()
{
  depmod $(cat /lib/modules/extramodules-`uname -r | sed "s/\([0-9]\+.[0-9]\+\).*/\1/"`-ARCH/version)
}

post_upgrade()
{
  post_install
}

post_remove()
{
  post_install
}

# vim:set ts=2 sw=2 et: