summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe LAVIE2017-07-06 13:20:21 +0200
committerChristophe LAVIE2017-07-06 13:20:21 +0200
commit73b89bbc65d8db7ef0b51e5f447ad0a5802f0d61 (patch)
tree5a9396b9f528b83a66be8d670ac1307e461cf4d7
parentfe180b48a03764dcc9b53a423dff0c2d1ef5edb9 (diff)
downloadaur-73b89bbc65d8db7ef0b51e5f447ad0a5802f0d61.tar.gz
Update to 4.3.3-2 : restart service in Upgrade mode
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rwxr-xr-xdevolo-dlan-cockpit.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 468ad9036fd4..558c2dd503e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = devolo-dlan-cockpit
pkgdesc = Display and configure settings of your devolo device
pkgver = 4.3.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.devolo.com/consumer/dlan-cockpit-most-simple-configuration-software-for-your-dlan-network.html?l=en
install = devolo-dlan-cockpit.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index d1d093bde93e..56baadda7367 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=devolo-dlan-cockpit
pkgver=4.3.3
-pkgrel=1
+pkgrel=2
install=${pkgname}.install
pkgdesc="Display and configure settings of your devolo device"
arch=('i686' 'x86_64')
diff --git a/devolo-dlan-cockpit.install b/devolo-dlan-cockpit.install
index a9b93b5b0abf..3d0e051b555e 100755
--- a/devolo-dlan-cockpit.install
+++ b/devolo-dlan-cockpit.install
@@ -21,7 +21,7 @@ pre_upgrade() {
post_upgrade() {
systemctl daemon-reload
- post_install
+ systemctl start devolonetsvc.service
}