updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / catalyst-ice / catalyst.install
blobfb2eb44116c0593e1f3b0c325035b10167f22d24
1 KERNEL_VERSION=2.6.29-ice
3 post_install() {
4   depmod $KERNEL_VERSION
5 echo "catalyst-utils package should have the same version number. It MAY work with other versions too."
8 post_upgrade() {
9   depmod $KERNEL_VERSION
10 echo "catalyst-utils package should have the same version number. It MAY work with other versions too."
13 post_remove() {
14   depmod $KERNEL_VERSION