index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2021-04-06 18:27:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 18:27:30 +0200 |
commit | b968bec77182b215c8786ac22b794c8440f46df9 (patch) | |
tree | 5fe34c02a2d6dbb7ab4a2da0d4d074d388f22a3b /profiles/kde.py | |
parent | 29d939cfcab3a55cd2531ccdeb493e9c4d898560 (diff) |
-rw-r--r-- | profiles/kde.py | 1 |
diff --git a/profiles/kde.py b/profiles/kde.py index 04dcaaa4..0207ed22 100644 --- a/profiles/kde.py +++ b/profiles/kde.py @@ -27,6 +27,7 @@ def _post_install(*args, **kwargs): if choice == "y": installation.arch_chroot("mv /usr/share/xsessions/plasma.desktop /usr/share/xsessions/plasmax11.desktop") installation.arch_chroot("mv /usr/share/wayland-sessions/plasmawayland.desktop /usr/share/wayland-sessions/plasma.desktop") + return True # Ensures that this code only gets executed if executed # through importlib.util.spec_from_file_location("kde", "/somewhere/kde.py") # or through conventional import kde |