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.

12 lines
234 B

{% calculate exec='/bin/bash', install.os.arch.machine == 'i686', action='!disk' %}
for fn in /usr/src/*/Module.symvers
do
if [[ -f $fn ]]
then
sed -ri 's/(alternatives_patched.*SYMBOL)_GPL/\1/' $fn
fi
done
true