sed -i -E 's/（(_.)）/(\1)/g' po/zh_CN.po

for i in autobuild/patches/*.patch
do
        abinfo "Applying $i..."
        patch -Np1 -i "$i"
done

