mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-18 21:48:23 -04:00
Also remove the _kde-linux prefix for the two scripts intentionally left in bin. Resolves #166 Resolves #391
11 lines
265 B
Bash
Executable File
11 lines
265 B
Bash
Executable File
#!/bin/sh
|
|
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
|
# SPDX-FileCopyrightText: 2024 Harald Sitter <sitter@kde.org>
|
|
|
|
# Bless Session.
|
|
# Also see bless-userspace
|
|
|
|
set -ex
|
|
|
|
touch "${XDG_RUNTIME_DIR}/kde-linux-bless-session"
|