View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#9
Hmmm, I have also another question, why when I try to update to new version of my app, the install command show me that all installed ok, but when I check /usr/share/ the folder of my package is not here. Looks like it just uninstalled my previous version but not installed new one and I need run install command again to get it.
Something missing my spec file ?


EDIT:
Nevermind, I found where is my problem, I added this line to spec file:
Code:
%postun
rm -rf /usr/share/jolla-adrestart
But the problem is when I uninstall package, it remove all files but leave the folder /usr/share/jolla-adrestart
How I can completely remove package (include folder of my app) ?

Last edited by Schturman; 2014-01-31 at 23:03.