Removing /var/db/gdm/.cache/gnome-shell/ does not seem necessary anymore.

This commit is contained in:
ajacoutot
2025-11-28 07:36:18 +00:00
parent 2a63599561
commit 849e8399c2
2 changed files with 1 additions and 11 deletions
+1 -1
View File
@@ -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
-10
View File
@@ -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