File indexing completed on 2024-04-21 05:50:58

0001 #!/bin/sh
0002 
0003 sed --regexp-extended --null-data --in-place '
0004 s/(<ToolBar.*)(<\/ToolBar>)/\1<Action name="hamburger_menu"\/>\n\2/
0005 ' \
0006 `qtpaths --locate-file GenericDataLocation kxmlgui5/konsole/sessionui.rc`