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.3/6_ac_update_sync/revision/31-fix_emul-linux-x86-bjdeps

16 lines
432 B

# Calculate ini(overlay-calculate.revision)<31 exec=/bin/bash
#-ini(overlay-calculate.revision,31)-#
#?pkg(app-emulation/emul-linux-x86-bjdeps)!=#
for delpath in /usr/lib32/libpopt.so.0.0.0 \
/usr/lib32/libpopt.so.0 \
/usr/lib32/libpopt.so
do
test -f /var/db/pkg/app-emulation/emul-linux-x86-bjdeps-*/CONTENTS &&
sed -i "/ ${delpath////\/} /d" /var/db/pkg/app-emulation/emul-linux-x86-bjdeps-*/CONTENTS
done
#pkg#
exit 0