updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / catalyst-old / catalyst.install
blob686e960d74818a334b4434acfc76ebee8d937de5
1 KERNEL_VERSION=2.6.29-ARCH
3 post_install() {
4   depmod $KERNEL_VERSION
7 post_upgrade() {
8   depmod $KERNEL_VERSION
11 post_remove() {
12   depmod $KERNEL_VERSION