Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nurlan
eepm
Commits
baa9259d
Commit
baa9259d
authored
Jan 21, 2021
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-release_upgrade: add switch from prefdm to display-manager after upgrade (see altbug #26405)
parent
e7953afd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
epm-release_upgrade
bin/epm-release_upgrade
+10
-0
No files found.
bin/epm-release_upgrade
View file @
baa9259d
...
...
@@ -182,6 +182,16 @@ __check_system()
if
is_active_systemd systemd
;
then
docmd epm
--skip-installed
install
systemd
||
fatal
fi
# switch from prefdm: https://bugzilla.altlinux.org/show_bug.cgi?id=26405#c52
if
is_active_systemd systemd
&&
serv display-manager status
>
/dev/null
||
serv prefdm status
>
/dev/null
;
then
docmd systemctl disable prefdm.service
docmd systemctl disable display-manager.service
docmd systemctl
enable
display-manager.service
# docmd systemctl enable sddm.service
# docmd systemctl enable lightdm.service
fi
}
__epm_ru_update
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment