Skip to content

Commit

Permalink
slick-greeter.conf: Don't include config options, use a ref.
Browse files Browse the repository at this point in the history
This makes upcomming rebuilds safer.
  • Loading branch information
thomas committed Aug 29, 2018
1 parent b3a346d commit ce13ba2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions slick-greeter.be0
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ mee_install_post() {
local slickgreeterconf=/etc/lightdm/slick-greeter.conf
mkdir -vp ${D}/etc/lightdm

tail -32 ${S}/README.md | sed -e 's/^\s*//' > ${D}/${slickgreeterconf}

cat <<-CONF >> ${D}/${slickgreeterconf}
cat <<-CONF > ${D}/${slickgreeterconf}
# config options are listed here:
#
# https://github.com/linuxmint/slick-greeter/blob/master/README.md
#
draw-user-backgrounds=false
play-ready-sound=false
# accessibility doesn't really help, and would require 'https://launchpad.net/onboard'
Expand Down

0 comments on commit ce13ba2

Please sign in to comment.