summarylogtreecommitdiffstats
path: root/sddm-theme-aerial.install
blob: b56f58ca3000349d401a1901a9cc11ff67e22191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  cat << _EOF

==> Installation:
==> To use this theme, add the following lines to /etc/sddm.conf:"
==> 
==> [Theme]"
==> Current=archlinux"
==> 
==> To use default configuration copy (as root):"
==> cp /usr/share/sddm/themes/aerial/theme.conf /usr/share/sddm/themes/aerial/theme.conf.user"
_EOF
}