Reload .mount files when afp subpackage is installed

Add missing %post for afp to reload .mount files.
This commit is contained in:
Ondrej Holy 2017-03-14 10:57:43 +01:00
parent 6b31318a6f
commit 18329ee96d

View File

@ -266,6 +266,8 @@ killall -USR1 gvfsd >&/dev/null || :
killall -USR1 gvfsd >&/dev/null || :
%post nfs
killall -USR1 gvfsd >&/dev/null || :
%post afp
killall -USR1 gvfsd >&/dev/null || :
%files