add dbus configuration to backup

This commit is contained in:
arcan1s 2014-08-27 22:30:49 +04:00
parent 66e3a737d4
commit 4c004af1ae
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,15 @@
Ver.1.3.1
---------
* gui:
* more correct calls of boolean DBus methods
* edit helper icon
* helper:
* more correct calls of boolean DBus methods
* more correct systemd service
* add ability to create session bus
***
Ver.1.3.0
---------
* all:

View File

@ -84,7 +84,8 @@ package_netctlgui-helper() {
depends=('libnetctlgui')
provides=('netctlgui-helper-qt4')
conflicts=('netctlgui-helper-qt4')
backup=('etc/netctlgui-helper.conf')
backup=('etc/netctlgui-helper.conf'
'etc/dbus-1/system.d/org.netctlgui.helper.conf')
install="netctlgui-helper.install"
cd "${srcdir}/build-qt5/helper"
@ -126,7 +127,8 @@ package_netctlgui-helper-qt4() {
depends=('libnetctlgui-qt4')
provides=('netctlgui-helper')
conflicts=('netctlgui-helper')
backup=('etc/netctlgui-helper.conf')
backup=('etc/netctlgui-helper.conf'
'etc/dbus-1/system.d/org.netctlgui.helper.conf')
install="netctlgui-helper.install"
cd "${srcdir}/build-qt4/helper"