updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / akari / akari.install
blob80cbe06483dd4162068aac188c548ab6fd555647
1 post_install() {
2         KERNEL_VERSION='3.1.5-1-ARCH'
3         depmod $KERNEL_VERSION
4     echo
5     echo " * Append \"init=/sbin/ccs-init\" to the kernel boot options"
6     echo "   and reboot in order to activate AKARI."
7     echo
10 post_upgrade() {
11         KERNEL_VERSION='3.1.5-1-ARCH'
12         depmod $KERNEL_VERSION
15 post_remove() {
16         KERNEL_VERSION='3.1.5-1-ARCH'
17         depmod $KERNEL_VERSION