index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | m1ten <57693631+m1ten@users.noreply.github.com> | 2021-04-03 17:58:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-03 17:58:25 -0400 |
commit | 77c30fcb04599c631511943871f491d706a2d540 (patch) | |
tree | e32fb1d956814830e5f0330fd00b66f3b348403e | |
parent | 1342a1ae75dea094d1cc8f6cfb420cdaa4d4cdc1 (diff) |
-rw-r--r-- | profiles/xfce4.py | 2 |
diff --git a/profiles/xfce4.py b/profiles/xfce4.py index 040f29bd..1cc4a62d 100644 --- a/profiles/xfce4.py +++ b/profiles/xfce4.py @@ -22,7 +22,7 @@ def _prep_function(*args, **kwargs): # Ensures that this code only gets executed if executed # through importlib.util.spec_from_file_location("xfce4", "/somewhere/xfce4.py") -# or through conventional import gnome +# or through conventional import xfce4 if __name__ == 'xfce4': # Install dependency profiles installation.install_profile('xorg') |