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