summaryrefslogtreecommitdiff
path: root/community/lightdm/lightdm.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/lightdm/lightdm.install')
-rwxr-xr-xcommunity/lightdm/lightdm.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/lightdm/lightdm.install b/community/lightdm/lightdm.install
index e560f3e0b..8aac96ae9 100755
--- a/community/lightdm/lightdm.install
+++ b/community/lightdm/lightdm.install
@@ -8,6 +8,12 @@ post_install() {
post_upgrade() {
post_install
+ if [[ $(vercmp $2 1:1.6.1-1) == -1 ]]; then
+ cat << EOF
+The file /etc/lightdm/xsession has been renamed to /etc/lightdm/Xsession.
+Please update your lightdm.conf with the new path.
+EOF
+ fi
}
post_remove() {