Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ed443 commit 561d5feCopy full SHA for 561d5fe
1 file changed
suse/icecream.spec.in
@@ -83,8 +83,10 @@ make DESTDIR=$RPM_BUILD_ROOT install
83
/usr/sbin/groupadd -r icecream 2> /dev/null || :
84
/usr/sbin/useradd -r -g icecream -s /bin/false -c "Icecream Daemon" -d /var/cache/icecream icecream 2> /dev/null || :
85
86
-%if 0%{?suse_version}
87
%post
+# older icecream versions may have left some files owned by root:root in the cache
88
+rm -rf -- %_localstatedir/cache/icecream/*
89
+%if 0%{?suse_version}
90
%{fillup_and_insserv -n icecream icecream}
91
%endif
92
0 commit comments