# HG changeset patch # User Christophe Lincoln # Date 1347999160 -7200 # Node ID d95be6d0e9b792baf4db5375d478cb0758f621e0 # Parent 3a0622618b10aa6617e7f7a4e5e43840321d0d42 spk-add: fix old file to remove diff -r 3a0622618b10 -r d95be6d0e9b7 spk-add --- a/spk-add Sun Jul 01 19:29:58 2012 +0200 +++ b/spk-add Tue Sep 18 22:12:40 2012 +0200 @@ -226,7 +226,9 @@ if [ "$verbose" ]; then gettext "Removing:"; echo " ${root}${file}" fi - remove_with_path ${root}${file} + #remove_file ${root}${file} + rm -f ${root}${file} 2>/dev/null + rmdir ${root}${file} 2> /dev/null done status fi