You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.6/6_ac_update_sync/revision/2022/20220228.1-fix_update_conf

11 lines
300 B

# Calculate exec=/bin/bash ini(overlay-calculate.revision)<#-cut(0,-,#-cl_pass_file-#)-#
#-ini(overlay-calculate.revision,#-cut(0,-,#-cl_pass_file-#)-#)-#
for i in $(ls /var/db/pkg/*/*/autodeps 2>/dev/null)
do
sed -i '/media-libs\/ilmbase:0/d' $i
sed -i '/media-libs\/openexr:3/d' $i
done
exit 0