diff --git a/desktop/xfce/addon/xfce4-notifyd/actions.py b/desktop/xfce/addon/xfce4-notifyd/actions.py index ce003ae761..cfa7e66875 100644 --- a/desktop/xfce/addon/xfce4-notifyd/actions.py +++ b/desktop/xfce/addon/xfce4-notifyd/actions.py @@ -21,7 +21,7 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.removeDir("usr/lib/systemd") + #pisitools.removeDir("usr/lib/systemd") pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")