propogate the rename through
[kernel-bfs] / kernel-bfs-2.6.28 / debian / kernel-bfs-flasher.prerm
index 1f9eaa3..347f5c3 100755 (executable)
@@ -4,6 +4,6 @@ test "$1" = remove || exit 0
 dbusmsg="run-standalone.sh dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint"
 
 if pgrep -f /usr/bin/hildon-application-manager > /dev/null; then
-    $dbusmsg string:"This package can only be deinstalled with the application 'Deinstall Kernel-Power'."
+    $dbusmsg string:"This package can only be deinstalled with the application 'Deinstall Kernel-BFS'."
     exit 1
 fi