Restart cynara on askuser install/uninstall 50/72850/4
authorOskar Świtalski <o.switalski@samsung.com>
Wed, 1 Jun 2016 14:56:33 +0000 (16:56 +0200)
committerOskar Świtalski <o.switalski@samsung.com>
Tue, 7 Jun 2016 05:08:44 +0000 (07:08 +0200)
Change-Id: I37ec5df16a15edc2b6d2249e4fb4f809f226b98c

packaging/askuser.spec

index 78383eb..8a0bdef 100644 (file)
@@ -84,6 +84,7 @@ if [ $1 = 1 ]; then
 fi
 
 systemctl restart askuser.service
+systemctl restart cynara.service
 
 %preun
 if [ $1 = 0 ]; then
@@ -95,6 +96,8 @@ if [ $1 = 0 ]; then
     systemctl daemon-reload
 fi
 
+systemctl restart cynara.service
+
 %post -n libaskuser-common -p /sbin/ldconfig
 
 %postun -n libaskuser-common -p /sbin/ldconfig