eef97ce49d
* Add postmarketos-ui-plasma-mobile * Add more required packages * Upgrade plasma sources * Modernize APKBUILDs * Make it run in general * Support RGB32 framebuffer with BGR order (thanks @zhuowei!)
4 lines
137 B
Bash
4 lines
137 B
Bash
#!/bin/sh
|
|
|
|
dbus-send --system --type=method_call --dest=org.freedesktop.DBus / \
|
|
org.freedesktop.DBUS.ReloadConfig >/dev/null 2>&1 || :
|