758d69d27739e7c4426c695e725bc31efd6410b2
[cell-modem-ui] / cell-modem-ui.postrm
1 #!/bin/sh
2
3 if [ "$1" = "remove" ]; then
4         echo "Restarting systemui..."
5         killall systemui || true
6 fi