mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 19:25:29 +00:00
6 lines
130 B
Sed
6 lines
130 B
Sed
/^# Packages using this file: / {
|
|
s/# Packages using this file://
|
|
s/ gettext-runtime / /
|
|
s/^/# Packages using this file:/
|
|
}
|