add message box outline for no updates set

This commit is contained in:
sparklyballs 2016-08-22 13:20:40 +01:00
parent 1ed5257235
commit e92f5b104d
3 changed files with 15 additions and 8 deletions

View file

@ -1,14 +0,0 @@
#!/usr/bin/with-contenv bash
# make folders
mkdir -p /var/run/dbus
# delete existing pid if found
[[ -e /var/run/dbus/pid ]] && \
rm -f /var/run/dbus/pid
# permissions
chown messagebus:messagebus \
/var/run/dbus
dbus-uuidgen --ensure
sleep 1