abuild: update abuildrepo index after cleanoldpkg

This commit is contained in:
Natanael Copa 2014-09-25 07:42:01 +00:00
parent 7af694c9ad
commit 9842fbe437

View File

@ -520,6 +520,7 @@ cleanoldpkg() {
rm -f "$j" "$abuildrepo"/*/${j##*/}
done
done
update_abuildrepo_index
return 0
}