propogate the rename through
[kernel-bfs] / kernel-bfs-2.6.28 / debian / kernel-bfs-flasher.prerm
1 #!/bin/sh
2
3 test "$1" = remove || exit 0
4 dbusmsg="run-standalone.sh dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint"
5
6 if pgrep -f /usr/bin/hildon-application-manager > /dev/null; then
7     $dbusmsg string:"This package can only be deinstalled with the application 'Deinstall Kernel-BFS'."
8     exit 1
9 fi