remove bookmarks from distribution

This commit is contained in:
Jakob Ketterl
2021-04-18 19:30:49 +02:00
parent 77de488521
commit 04a5e6705f
3 changed files with 0 additions and 221 deletions

View File

@ -13,9 +13,6 @@ fi
if [[ ! -f /etc/openwebrx/bands.json ]] ; then
cp bands.json /etc/openwebrx/
fi
if [[ ! -f /etc/openwebrx/bookmarks.json ]] ; then
cp bookmarks.json /etc/openwebrx/
fi
if [[ ! -f /etc/openwebrx/openwebrx.conf ]] ; then
cp openwebrx.conf /etc/openwebrx/
fi