lightdm: use make_dirs, bumprev.
This commit is contained in:
parent
65fc5ea0da
commit
cdcea64098
|
@ -1,7 +1,5 @@
|
|||
case ${ACTION} in
|
||||
post)
|
||||
[ ! -d var/cache/lightdm ] && mkdir -p var/cache/lightdm
|
||||
chown lightdm:lightdm var/cache/lightdm
|
||||
cat <<_EOF
|
||||
==========================================================================
|
||||
To make lightdm work, a greeter package must be installed:
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'lightdm'
|
||||
pkgname=lightdm
|
||||
version=1.0.6
|
||||
revision=1
|
||||
homepage="https://launchpad.net/lightdm"
|
||||
distfiles="http://launchpad.net/lightdm/trunk/$version/+download/lightdm-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
|
@ -25,7 +26,7 @@ conf_files="
|
|||
system_accounts="lightdm"
|
||||
lightdm_homedir="/var/cache/lightdm"
|
||||
systemd_services="lightdm.service"
|
||||
keep_empty_dirs=yes
|
||||
make_dirs="/var/cache/lightdm 0755 lightdm lightdm"
|
||||
|
||||
subpackages="liblightdm-gobject liblightdm-qt lightdm-qt-greeter"
|
||||
subpackages="${subpackages} lightdm-gtk-greeter lightdm-devel"
|
||||
|
|
Loading…
Reference in New Issue