#!/bin/sh -e

if [ "`uname -r`" != "2.6.28-omap1" ]
then run-standalone.sh dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteDialog string:"Non-stock kernel detected, please reinstall kernel, kernel-modules and kernel-flasher using apt-get in terminal" uint32:0 string:"OK"
fi
