aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lightdm/lightdm.pre-install
diff options
context:
space:
mode:
authorTaner Tas <taner76@gmail.com>2019-03-24 13:42:01 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-25 15:15:14 +0200
commitf73cb5c48ec938020c59024cc75f7b7d19ec9b31 (patch)
treee25c4cddff01e939600844c749cd5764574999ee /testing/lightdm/lightdm.pre-install
parent107990a8c66b184eb8c116f2697fc76627e8b722 (diff)
downloadaports-f73cb5c48ec938020c59024cc75f7b7d19ec9b31.tar.bz2
aports-f73cb5c48ec938020c59024cc75f7b7d19ec9b31.tar.xz
testing/lightdm* -> community/
lightdm* : move from testing lightdm-gtk-greeter: upgrade to 2.0.6
Diffstat (limited to 'testing/lightdm/lightdm.pre-install')
-rw-r--r--testing/lightdm/lightdm.pre-install8
1 files changed, 0 insertions, 8 deletions
diff --git a/testing/lightdm/lightdm.pre-install b/testing/lightdm/lightdm.pre-install
deleted file mode 100644
index ab2add4883..0000000000
--- a/testing/lightdm/lightdm.pre-install
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-name=lightdm
-
-addgroup -S $name 2>/dev/null
-adduser -S -D -H -h /var/run/lightdm -s /bin/false -G $name -g $name $name 2>/dev/null
-
-exit 0