mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
Removing /var/db/gdm/.cache/gnome-shell/ does not seem necessary anymore.
This commit is contained in:
@@ -6,7 +6,7 @@ COMMENT= GNOME display manager
|
||||
|
||||
GNOME_PROJECT= gdm
|
||||
GNOME_VERSION= 48.0
|
||||
REVISION= 7
|
||||
REVISION= 8
|
||||
|
||||
GH_ACCOUNT= rnagy
|
||||
GH_PROJECT= gdm
|
||||
|
||||
@@ -7,12 +7,6 @@ daemon="${TRUEPREFIX}/sbin/gdm"
|
||||
rc_bg=YES
|
||||
rc_reload=NO
|
||||
|
||||
rc_pre() {
|
||||
# XXX OpenBSD needs an implementation of XDG_RUNTIME_DIR which lifetime
|
||||
# is bound to the user being logged in.
|
||||
rm -rf /var/db/gdm/.cache/gnome-shell/runtime-state-*
|
||||
}
|
||||
|
||||
rc_post() {
|
||||
pkill -T "${daemon_rtable}" -f gdm-session-worker
|
||||
|
||||
@@ -24,10 +18,6 @@ rc_post() {
|
||||
if [[ -c /dev/dri/renderD128 ]]; then
|
||||
chown root:wheel /dev/dri/renderD128
|
||||
fi
|
||||
|
||||
# XXX OpenBSD needs an implementation of XDG_RUNTIME_DIR which lifetime
|
||||
# is bound to the user being logged in.
|
||||
rm -rf /var/db/gdm/.cache/gnome-shell/runtime-state-*
|
||||
}
|
||||
|
||||
rc_cmd $1
|
||||
|
||||
Reference in New Issue
Block a user