diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-31 21:46:47 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-31 21:46:47 +0000 |
commit | f85797a6f24c0c7304ef9372da35242682490215 (patch) | |
tree | cfa8e1f7a77b9ad15376d82216925042fc0a7a9c /gui-libs/display-manager-init/files | |
parent | b1d2a7708bd5c6f9626a5f88f8f42cc772feec7e (diff) |
gui-libs/display-manager-init : drop xdm compatibility unit
Diffstat (limited to 'gui-libs/display-manager-init/files')
-rw-r--r-- | gui-libs/display-manager-init/files/xdm.initd | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gui-libs/display-manager-init/files/xdm.initd b/gui-libs/display-manager-init/files/xdm.initd deleted file mode 100644 index 2fce43b0..00000000 --- a/gui-libs/display-manager-init/files/xdm.initd +++ /dev/null @@ -1,13 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License, v2 - -depend() { - need display-manager -} - -start() { - return -} - -# vim: set ts=4 : |