View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#5
Originally Posted by coderus View Post
Empty Conflicts field for test

Also, there is coult be %post script exit error if killall can't kill something.
1. "Empty Conflicts field for test" - already tested, completely removed "Conflicts: bla, bla.." line -> repackaged and still the same result, just get the same error when trying update from previous version and same result when run: rpm -qi package, it show me both packages...

2. "Also, there is coult be %post script exit error if killall can't kill something." - Never used it before and it alwys worked.. But I also already tested with this suggestion from "together".
Tried to add this " || :" to LAST line in %post section -> repackaged -> same result.
like this:
Code:
%post
fc-cache -f
killall maliit-server
killall jolla-messages
killall jolla-email
killall jolla-notes
killall jolla-clock || :

%preun
Tried to add this " || :" to ALL lines in %post section -> repackaged -> same result.
like this:
Code:
%post
fc-cache -f
killall maliit-server
killall jolla-messages || :
killall jolla-email || :
killall jolla-notes || :
killall jolla-clock || :

%preun
Really don't understand what happened after system update

Last edited by Schturman; 2014-04-15 at 12:45.