Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/kde.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2021-04-06 18:27:30 +0200
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 09:51:11 -0400
commitb8774236dd5b819eeeddbb7f39a7a87ec45a9bc9 (patch)
treea895739111e9a215c1a1289ff5b21a45aeee288b /profiles/kde.py
parent56df79d647b8058bd7160238a418ef8606aef0b7 (diff)
Added a forgotten return value of _post_install
Diffstat (limited to 'profiles/kde.py')
-rw-r--r--profiles/kde.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/kde.py b/profiles/kde.py
index 7276f095..e1449d81 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