diff --git a/kfind.changes b/kfind.changes index b68e095..a75f9e7 100644 --- a/kfind.changes +++ b/kfind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 8 10:24:47 UTC 2016 - jengelh@inai.de + +- use faster delete mechanism + ------------------------------------------------------------------- Sat Dec 3 16:26:12 UTC 2016 - tittiatcoke@gmail.com diff --git a/kfind.spec b/kfind.spec index 2ca7e41..cf8fd93 100644 --- a/kfind.spec +++ b/kfind.spec @@ -51,7 +51,7 @@ KFind allows you to search for directories and files. %suse_update_desktop_file org.kde.kfind System Filesystem core - find %{buildroot} -type f -name '*filenamesearch*' -exec rm -fv {} ';' + find %{buildroot} -type f -name '*filenamesearch*' -print -delete %post /sbin/ldconfig