Add lightdm-gtk-greeter to XFCE
This commit is contained in:
parent
57bb80cf89
commit
9dd55bf9ab
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
. ./lib
|
. ./lib
|
||||||
|
|
||||||
options=()
|
options=()
|
||||||
|
options+=("lightdm-gtk-greeter" "" on)
|
||||||
options+=("gksu" "" on)
|
options+=("gksu" "" on)
|
||||||
options+=("gvfs" "" on)
|
options+=("gvfs" "" on)
|
||||||
options+=("gvfs-afc" "" on)
|
options+=("gvfs-afc" "" on)
|
||||||
|
@ -23,4 +24,10 @@ done
|
||||||
|
|
||||||
instpkg "$pkg" "$aurpkg"
|
instpkg "$pkg" "$aurpkg"
|
||||||
|
|
||||||
|
for itm in $sel; do
|
||||||
|
case $itm in
|
||||||
|
"lightdm-gtk-greeter") svcenable lightdm;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue