Copy config files around to prevent overwriting

This commit is contained in:
jude
2023-03-26 00:54:48 +00:00
parent 30fda2b0ee
commit a9a08e656f
4 changed files with 13 additions and 14 deletions

8
debian/postinst vendored Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
set -e
if [ ! -f /etc/soundfx-rs/config.env ]; then
cp /etc/soundfx-rs/default.env /etc/soundfx-rs/config.env
fi
#DEBHELPER#