mirror of
https://github.com/getsolus/packages.git
synced 2025-04-25 12:20:28 +03:00
7 lines
165 B
Bash
Executable file
7 lines
165 B
Bash
Executable file
#!/bin/bash
|
|
|
|
for i in components.xml distribution.xml groups.xml; do
|
|
intltool-merge --xml-style ./po/ $i.in $i
|
|
done
|
|
|
|
sed '/^[[:blank:]]*$/d' -i distribution.xml
|