Add auto-enable for lightdm
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
8a29e3297a
commit
58ec7035b6
2 changed files with 11 additions and 1 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -6,7 +6,7 @@ pkgname=(
|
||||||
luzifer-devel
|
luzifer-devel
|
||||||
luzifer-gui
|
luzifer-gui
|
||||||
)
|
)
|
||||||
pkgver=0.1.3
|
pkgver=0.2.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='System configuration for @luzifer systems'
|
pkgdesc='System configuration for @luzifer systems'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -106,6 +106,8 @@ package_luzifer-devel() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package_luzifer-gui() {
|
package_luzifer-gui() {
|
||||||
|
install=luzifer-gui.install
|
||||||
|
|
||||||
depends=(luzifer-base)
|
depends=(luzifer-base)
|
||||||
|
|
||||||
# Add fonts
|
# Add fonts
|
||||||
|
|
8
luzifer-gui.install
Normal file
8
luzifer-gui.install
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
post_install() {
|
||||||
|
post_upgrade
|
||||||
|
}
|
||||||
|
|
||||||
|
post_upgrade() {
|
||||||
|
# Enable lightdm as login manager
|
||||||
|
systemctl enable --now lightdm
|
||||||
|
}
|
Loading…
Reference in a new issue