index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | profiles/xfce4.py | 4 |
diff --git a/profiles/xfce4.py b/profiles/xfce4.py index c8637eda..fee8c37a 100644 --- a/profiles/xfce4.py +++ b/profiles/xfce4.py @@ -1,10 +1,10 @@ # A desktop environment using "Xfce4" -is_top_level_profile = False - import archinstall +is_top_level_profile = False + def _prep_function(*args, **kwargs): """ Magic function called by the importing installer |