Fix Pre-Depends for kernel-power-flasher
[kernel-power] / kernel-power-2.6.28 / debian / kernel-power-flasher.preinst
old mode 100755 (executable)
new mode 100644 (file)
index 6ce9d6e..e6d53cf
@@ -1,9 +1,10 @@
 #!/bin/sh
 
 test "$1" = install || exit 0 # upgrades are fine
 #!/bin/sh
 
 test "$1" = install || exit 0 # upgrades are fine
+echo "Confirm information text on screen"
 f=/tmp/kernel-power-msg
 cat > $f <<EOF
 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.
 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 +20,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,
 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
 EOF
-maemo-confirm-text "Kernel-Power Flasher" $f
+maemo-confirm-text "Linux kernel for power user" $f
 res=$?
 rm -f $f
 exit $res
 res=$?
 rm -f $f
 exit $res