Some fixes in uninstall script
[kernel-power] / kernel-power-2.6.28 / debian / kernel-power-flasher.preinst
index 6ce9d6e..21f5256 100644 (file)
@@ -3,7 +3,7 @@
 test "$1" = install || exit 0 # upgrades are fine
 f=/tmp/kernel-power-msg
 cat > $f <<EOF
-This package will install an enhanced Linux kernel,
+This will install Linux kernel for power user,
 with many additional features and bugfixes.
 By default, all extra features are disabled
 but they can be enabled by the user during runtime.
@@ -19,9 +19,9 @@ If you want keep the current kernel, cancel the installation now
 by tapping the blurred area above this dialog.
 
 After the installation, you need to unplug the USB cable,
-completely shutdown your device, and boot again to activate the kernel.
+completely shutdown your device, and start it again.
 EOF
-maemo-confirm-text "Kernel-Power Flasher" $f
+maemo-confirm-text "Linux kernel for power user" $f
 res=$?
 rm -f $f
 exit $res