File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 18
18
fi && \
19
19
apk add --no-cache \
20
20
sqlitebrowser==${SQLITEB_VERSION} && \
21
+ sed -i 's|</applications>| <application title="DB Browser for SQLite" type="normal">\n <maximized>yes</maximized>\n </application>\n </applications>|' /etc/xdg/openbox/rc.xml && \
21
22
echo "**** cleanup ****" && \
22
23
rm -rf \
23
24
/tmp/*
Original file line number Diff line number Diff line change 18
18
fi && \
19
19
apk add --no-cache \
20
20
sqlitebrowser==${SQLITEB_VERSION} && \
21
+ sed -i 's|</applications>| <application title="DB Browser for SQLite" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && \
21
22
echo "**** cleanup ****" && \
22
23
rm -rf \
23
24
/tmp/*
Original file line number Diff line number Diff line change 18
18
fi && \
19
19
apk add --no-cache \
20
20
sqlitebrowser==${SQLITEB_VERSION} && \
21
+ sed -i 's|</applications>| <application title="DB Browser for SQLite" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && \
21
22
echo "**** cleanup ****" && \
22
23
rm -rf \
23
24
/tmp/*
You can’t perform that action at this time.
0 commit comments