PKGBUILDs/core/kernel26-iconnect/kernel26-iconnect.install
2010-11-07 18:33:34 +00:00

19 lines
259 B
Plaintext

post_install() {
echo -e "\033[1mNotice\033[0m"
echo "You no longer have to move any files - the kernel is installed"
echo "and ready to go - just reboot."
echo ""
}
post_upgrade() {
post_install
}
post_remove() {
KERNEL_VERSION=.*
}
op=$1
shift
$op $*