Add check pkg for exec templates with cl-template

master
Mike Hiretsky 13 years ago
parent c6f54cf87e
commit bf8ea7511e

@ -1,4 +1,4 @@
# Calculate path=/tmp name=reconfigureXorg exec=/bin/bash os_root_type==livecd
# Calculate path=/tmp pkg(x11-base/xorg-server)!=&&os_root_type==livecd name=reconfigureXorg exec=/bin/bash
# reconfigure conf.d/xdm after undomain action on livecd
cl-template -l all --merge x11-base/xorg-server &>/dev/null

@ -1,4 +1,4 @@
# Calculate path=/tmp name=reconfigure exec=/bin/bash ac_install_system!=up&&cl_belong_pkg!=
# Calculate path=/tmp name=reconfigure exec=/bin/bash ac_install_system!=up&&cl_belong_pkg!=&&pkg(sys-apps/baselayout)!=
cl-template -l all --merge sys-apps/baselayout &>/dev/null
true

Loading…
Cancel
Save