summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Nickerl2018-06-20 09:15:36 +0200
committerHeiko Nickerl2018-06-20 09:15:36 +0200
commitc9b781551e4c8aba0ea2f1ef617027bfb59879ee (patch)
treeb6cf28e59ef217b106adfdd1d28fdc888bddc8b6
parentbb9a7e7849473d9262d6139ab1719b20a5835083 (diff)
downloadaur-c9b781551e4c8aba0ea2f1ef617027bfb59879ee.tar.gz
Make /etc/sodalite.conf a backed up file
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6769331b57b8..017293d65a6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = sodalite-git
depends = python-yaml
depends = python-pyperclip
conflicts = sodalite
+ backup = etc/sodalite.conf
source = git+https://github.com/hnicke/sodalite.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index aed068a60755..2240809e3c59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ conflicts=('sodalite')
makedepends=('git' 'awk' )
depends=('python-binaryornot' 'python-npyscreen-git' 'python-yaml' 'python-pyperclip')
source=('git+https://github.com/hnicke/sodalite.git')
+backup=('etc/sodalite.conf')
md5sums=('SKIP')
install=sodalite.install