mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
203 B
Text
14 lines
203 B
Text
_install_notes() {
|
|
echo
|
|
echo 'Theme lightdm-gtk-greeter by editing /etc/lightdm/lighdm-gtk-greeter.conf'
|
|
echo
|
|
}
|
|
|
|
post_install() {
|
|
_install_notes
|
|
}
|
|
|
|
post_upgrade() {
|
|
_install_notes
|
|
}
|
|
|