summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Heidler2016-09-02 16:25:24 +0200
committerDominik Heidler2016-09-02 16:25:24 +0200
commita5902ff8ed5097e8459a8fe85473764ca34a6c23 (patch)
treede1f9bf9d7365f92d149c0be2eba3d066cc7a957
parent7d58545194328082245a2cd2603d8ba8abf326b4 (diff)
downloadaur-a5902ff8ed5097e8459a8fe85473764ca34a6c23.tar.gz
backup config
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47b7d80eeb09..de6bfdcb4408 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,9 @@ pkgbase = ax25-apps
license = GPL2
makedepends = make
depends = libax25
+ backup = etc/ax25/ax25ipd.conf
+ backup = etc/ax25/ax25mond.conf
+ backup = etc/ax25/ax25rtd.conf
source = http://www.linux-ax25.org/pub/ax25-apps/ax25-apps-0.0.8-rc4.tar.xz
sha1sums = afa43d8bcfd3218de27d1a2c894a74c911a99fd3
diff --git a/PKGBUILD b/PKGBUILD
index 46a6e2a04b20..76cf456d50e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ makedepends=('make')
depends=('libax25')
source=("http://www.linux-ax25.org/pub/${pkgname}/${pkgname}-${_pkgver}.tar.xz")
sha1sums=('afa43d8bcfd3218de27d1a2c894a74c911a99fd3')
+backup=('etc/ax25/ax25ipd.conf' 'etc/ax25/ax25mond.conf' 'etc/ax25/ax25rtd.conf')
build() {
cd $srcdir/${pkgname}-$_pkgver