propogate the rename through
[kernel-bfs] / kernel-bfs-2.6.28 / debian / kernel-bfs-flasher.preinst
index 6ce9d6e..dd550a4 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 test "$1" = install || exit 0 # upgrades are fine
-f=/tmp/kernel-power-msg
+f=/tmp/kernel-bfs-msg
 cat > $f <<EOF
 This package will install an enhanced Linux kernel,
 with many additional features and bugfixes.
@@ -21,7 +21,7 @@ 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.
 EOF
-maemo-confirm-text "Kernel-Power Flasher" $f
+maemo-confirm-text "Kernel-BFS Flasher" $f
 res=$?
 rm -f $f
 exit $res