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.1/6_ac_install_patch/xfce-extra/xfce4-mixer/xfce4-mixer-4.10-change_ico...

9 lines
245 B

if [[ ${EBUILD_PHASE} == configure ]]
then
einfo "Change icon multimedia-volume-control"
grep -rl multimedia-volume-control |
grep -v -e ChangeLog -e NEWS |
xargs sed -i 's/multimedia-volume-control/stock_volume/g'
fi