Fix desktop actions

master3.3
parent 3d6f83d3e3
commit 827e48dc38

@ -40,7 +40,7 @@ class VariableAcDesktopMerge(ActionVariable):
Action variable which has value "on" for install calculate-desktop
and "down" for uninstall
"""
nonchroot, postinst = True,True
nonchroot = True
def action(self,cl_action):
if cl_action == "merge":
@ -51,7 +51,7 @@ class VariableAcDesktopProfile(ActionVariable):
"""
Action variable which has value "on" on user profile setup
"""
nonchroot, postinst = True,True
nonchroot = True
def action(self,cl_action):
if cl_action in ("desktop",):

Loading…
Cancel
Save